git: 9front

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

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