|
libcfe
0.12.1
some useful C-functions
|
#include "config.h"#include "uname_gname.h"#include <string.h>#include <stdlib.h>#include <grp.h>#include "len.h"Go to the source code of this file.
Functions | |
| char * | get_uname (uid_t uid) |
| char * | get_gname (gid_t gid) |
| char* get_gname | ( | gid_t | gid | ) |
Search for the corresponding group name with a given group id.
| [in] | gid | The numeric group id. |
Definition at line 37 of file uname_gname.c.
| char* get_uname | ( | uid_t | uid | ) |
Search for the corresponding user name with a given user id.
| [in] | uid | The numeric user id. |
Definition at line 16 of file uname_gname.c.