[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

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

ANSI/ISO C No
POSIX No