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