git: 9front

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

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