git: 9front

ref: 98c073629053453da711d562a4e25887825d60db
dir: /sys/src/cmd/graph/whoami.c/

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