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


setpwent

Syntax

#include <pwd.h>

void setpwent(void);

Description

This function reinitializes getpwent so that scanning will start from the start of the list. See section getpwent.

Return Value

None.

Portability

not ANSI, not POSIX


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