libc/newlib/libc/sys/go32/getgid.c

10 lines
57 B
C

#include <sys/types.h>
getgid()
{
return 20;
}