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


endpwent

Syntax

#include <pwd.h>

void endpwent(void);

Description

This function should be called after the last call to getpwent (see section getpwent).

Return Value

None.

Portability

not ANSI, not POSIX


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