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