| #include <pwd.h> | |
| struct passwd *getpwent(void); | |
| /* Returns: pointer if OK, NULL on error or end of file */ | |
| void setpwent(void); | |
| void endpwent(void); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment