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