we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
12 lines
No EOL
166 B
C
12 lines
No EOL
166 B
C
/* XXX Need copyright info */
|
|
|
|
#include <wintirpc.h>
|
|
#include <stdio.h>
|
|
|
|
/*
|
|
DWORD getpid(void)
|
|
{
|
|
fprintf(stderr, "STUB: getpid() returning zero!\n");
|
|
return 0;
|
|
}
|
|
*/ |