| #include <unistd.h> | |
| char *getlogin(void); | |
| /* Returns: pointer to string giving login name if OK, NULL on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <unistd.h> | |
| char *getlogin(void); | |
| /* Returns: pointer to string giving login name if OK, NULL on error */ |