plan9fox/sys/src/cmd/graph/whoami.c
2011-03-30 19:35:09 +03:00

6 lines
62 B
C

#include "iplot.h"
char *
whoami(void){
return("general");
}