summaryrefslogtreecommitdiff
path: root/otherlibs/unix/getgid.c
blob: 81debfa05817bffb41d4245be5db400ea83859d0 (plain)
1
2
3
4
5
6
7
#include <mlvalues.h>
#include "unix.h"

value unix_getgid()              /* ML */
{
  return Val_int(getgid());
}