#include <pwd.h> struct passwd *getpwuid(uid_t uid);
This function gets the password file entry matching uid. See section getpwent.
The matching record, or NULL
if none match.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.