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