setpwent

Rewinds the search so that a subsequent search can be requested.

Library:LibC
Classification:POSIX
Service:File and Directory I/O

Syntax

  #include <pwd.h> 
   
  void setpwent ( void );
  

See Also