plan9fox/sys/src/cmd/graph/whoami.c

6 lines
62 B
C
Raw Normal View History

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