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