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