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