setgid.c 121 B

1234567
  1. #include "lib.h"
  2. PUBLIC int setgid(grp)
  3. int grp;
  4. {
  5. return callm1(MM, SETGID, grp, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
  6. }