home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / sas_unix_lib.lha / unix / src / gid.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-19  |  103 b   |  5 lines

  1. #include "amiga.h"
  2.  
  3. gid_t getgid(void) { return AMIGA_GID; }
  4. gid_t getegid(void) { return AMIGA_GID; }
  5.