git: 9front

ref: eee5cb15e7e014a6dda383d0482c43dca65b6336
dir: /sys/src/cmd/graph/whoami.c/

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