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


endgrent

Syntax

#include <grp.h>

void endgrent(void);

Description

This function should be called after all calls to getgrent, getgrgid, or getgrnam.

Return Value

None.

Portability

not ANSI, not POSIX

Example

See section getgrent.


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