Sign in
◑
Theme
plan9port
/
plan9
/
93aa30a8df668b3ad5806c417acb65d2a4663178
/
.
/
src
/
cmd
/
plot
/
libplot
/
whoami.c
blob: 0672ecd14173d5266e11049c53907daa0166e1aa [
file
]
#include
"mplot.h"
char
*
whoami
(
void
){
return
(
"ramtek"
);
}