File:  [MW Coherent from dump] / coherent / a / usr / man / COHERENT / grp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:34 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent



grp.h                      Header File                      grp.h




Declare group structure

#include <grp.h>

The header file grp.h declares the structure group, which is com-
posed as follows:


struct group (
     char *gr_name; /* group name */
     char *gr_passwd;/* group password */
     int  gr_gid;   /* numeric group id */
     char **gr_mem; /* group members */
};


This structure holds information about the group to which a given
user belongs.   It is used  by the functions  endgrent, getgrent,
getgrgid, getgrnam, and setgrent.

***** See Also *****

header files

































COHERENT Lexicon                                           Page 1



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.