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


setgrent

Syntax

#include <grp.h>

void setgrent(void);

Description

This function should be called before any call to getgrent, getgrgid, or getgrnam, to start searching the groups' list from the beginning. See section getgrent.

Return Value

None.

Portability

not ANSI, not POSIX


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