git: 9front

ref: 641c1d29e085facb97071f64ff8a5953decbf82b
dir: /sys/src/cmd/graph/whoami.c/

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