Sign in
plan9port
/
plan9
/
d66973d28edb1e78ff534ff016d59c54d40eefe6
/
.
/
src
/
cmd
/
graph
/
whoami.c
blob: 5371dc5daba923a3ba2bda07a2378bdf284a6788 [
file
]
#include
"iplot.h"
char
*
whoami
(
void
){
return
(
"general"
);
}