xref
: /
plan9
/
sys
/
src
/
cmd
/
graph
/
whoami.c
(revision ec59a3ddbfceee0efe34584c2c9981a5e5ff1ec4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
iplot.h
"
2
char
*
3
whoami
(
void
){
4
return
(
"general"
);
5
}
6