home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Portable Patmos 1.1 / patmos-src / src / groups.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-19  |  145 b   |  9 lines  |  [TEXT/KAHL]

  1. #include "crtlocal.h"
  2. #include <sys/types.h>
  3.  
  4. int getgroups(int ngroups, int *thegroups)
  5.         {
  6.         return 0;    /* don't know what to put here */
  7.         }
  8.     
  9.