2000-02-17 19:39:52 +00:00

10 lines
57 B
C

#include <sys/types.h>
getuid()
{
return 10;
}