#include <unistd.h> int getgroups(int size, gid_t *grouplist);
This function always returns zero. It exists to assist porting from Unix.
Zero.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.