| #include <pwd.h> | |
| struct passwd *getpwuid(uid_t uid); | |
| struct passwd *getpwnam(const char *name); | |
| /* Both return: pointer if OK, NULL on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment