xref: /reactos/dll/3rdparty/libtirpc/src/winstubs.c (revision 50cf16b3)
1 /* XXX Need copyright info */
2 
3 #include <wintirpc.h>
4 #include <stdio.h>
5 
6 /*
7 DWORD getpid(void)
8 {
9 	fprintf(stderr, "STUB: getpid() returning zero!\n");
10 	return 0;
11 }
12 */