| #include <grp.h> | |
| struct group *getgrgid(gid_t gid); | |
| struct group *getgrnam(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