index
:
emorgan/plan9port.git
master
Plan9 port with some modifications
Ethan Morgan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
plot
/
libplot
/
whoami.c
blob: 0672ecd14173d5266e11049c53907daa0166e1aa (
plain
)
1
2
3
4
#include
"mplot.h"
char
*
whoami
(
void
){
return
(
"ramtek"
);
}