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