| cvs.gedasymbols.org/djgpp/doc/libc/libc_397.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <grp.h> extern struct group *getgrgid(int gid);  | 
This function returns the group entry that matches gid. 
See section getgrent, for the description of struct group.
The matching group, or NULL if none match.
| ANSI/ISO C | No | 
| POSIX | 1003.2-1992; 1003.1-2001 | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |