Headers grp.h(3HEAD)
NAME
grp.h, grp - group structure
SYNOPSIS
#include
DESCRIPTION
The header declares the structure group, which
includes the following members:
char *grname /* name of the group */
gidt grgid /* numerical group ID */
char **grmem /* pointer to a null-terminated array of
character pointers to member names */
The gidt type is defined as described in (see
types(3HEAD)).
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Standard
SEE ALSO
getgrnam(3C), types.h(3HEAD), attributes(5), standards(5)
SunOS 5.11 Last change: 10 Sep 2004 1
|