git: 9front

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

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