Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getgid.c « go32 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0cd7b988f5c7b6e50f42067d51919cf8ccadaa0 (plain)
1
2
3
4
5
6
7
8
9

#include <sys/types.h>

getgid()
{
  
  return 20;
  
}