Go to the first, previous, next, last section, table of contents.
#include <grp.h> void endgrent(void);
This function should be called after all calls to getgrent
,
getgrgid
, or getgrnam
.
None.
not ANSI, not POSIX
See section getgrent.
Go to the first, previous, next, last section, table of contents.