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