xref: /plan9-contrib/sys/src/cmd/graph/whoami.c (revision 0b459c2cb92b7c9d88818e9a2f72e678e5bc4553)
1 #include "iplot.h"
2 char *
3 whoami(void){
4 	return("general");
5 }
6