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