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