16 #define USERNAME_MAX 256
int username_is_super()
Determine if the current user is the super user.
int username_get(char *name)
Get the name of the current user.
int username_set(const char *name)
Switch to the named user.
int username_home(char *dir)
Get the current user's home directory.