delorie.com/djgpp/doc/libc/libc_701.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <grp.h> void setgrent(void); |
This function should be called before any call to getgrent
,
getgrgid
, or getgrnam
, to start searching the groups' list
from the beginning. See section getgrent.
None.
ANSI/ISO C | No |
POSIX | No |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |