plan9port/src/cmd/graph/whoami.c
2004-04-14 19:54:10 +00:00

5 lines
62 B
C

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