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