plan9port/src/cmd/graph/whoami.c

6 lines
62 B
C
Raw Normal View History

2004-04-14 19:54:10 +00:00
#include "iplot.h"
char *
whoami(void){
return("general");
}