Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <pwd.h>
  2.  
  3. struct passwd *getpwuid(uid_t uid);
  4. struct passwd *getpwnam(const char *name);
  5.  
  6. /* Both return: pointer if OK, NULL on error */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement