Data Structures | Functions
pwd.h File Reference

The file that provides functions ported from Unix in pwd.h. More...

Data Structures

struct  passwd
 A structure that describes a password. More...
 

Functions

struct passwdgetpwnam (const char *n)
 Return a passwd structure. More...
 
struct passwdgetpwuid (uid_t uid)
 Return a passwd structure. More...
 

Detailed Description

The file that provides functions ported from Unix in pwd.h.