Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
musl
/
src
/
unistd
/
getlogin.c
blob: 06011913a0d712e678a3ca5ec07fd7e086580971 [
file
] [
log
] [
blame
]
#include
<unistd.h>
#include
<stdlib.h>
char
*
getlogin
(
void
)
{
return
getenv
(
"LOGNAME"
);
}