xref: /plan9-contrib/sys/man/2/getuser (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
GETUSER 2
NAME
getuser - get user name
SYNOPSIS
#include <u.h>

#include <libc.h>

char* getuser(void)

DESCRIPTION
Getuser returns a pointer to static data which contains the null-terminated name of the user who owns the current process. Getuser reads /dev/user to find the name.
SOURCE
/sys/src/libc/port/getuser.c
SEE ALSO
intro (2), cons (3)