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


fgetgrent

Syntax

#include <grp.h>

struct group *fgetgrent(FILE *file);

Description

This function, in MS-DOS, is exactly the same as getgrent (see section getgrent).

Portability

not ANSI, not POSIX


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