acadia-newlib/newlib/libc/sys/go32/getuid.c

10 lines
57 B
C
Raw Normal View History

2000-02-17 11:39:52 -08:00
#include <sys/types.h>
getuid()
{
return 10;
}