| www.delorie.com/djgpp/doc/libc-2.01/libc_330.html | search |
#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.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |