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