xref
: /
plan9
/
sys
/
src
/
cmd
/
plot
/
libplot
/
whoami.c
(revision ff8c3af2f44d95267f67219afa20ba82ff6cf7e4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
mplot.h
"
2
char
*
whoami
(
void
){
3
return
(
"ramtek"
);
4
}
5