Go to the first, previous, next, last section, table of contents.


getgroups

Syntax

#include <unistd.h>

int getgroups(int size, gid_t *grouplist);

Description

This function always returns zero. It exists to assist porting from Unix.

Return Value

Zero.

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.