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