www.delorie.com/djgpp/doc/libc-2.01/libc_568.html   search  
Go to the first, previous, next, last section, table of contents.


setgrent

Syntax

#include <grp.h>

void setgrent(void);

Description

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.

Return Value

None.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997