git: 9front

ref: 44a1831030df5708e11289f09715ea3663e78113
dir: /sys/src/cmd/graph/whoami.c/

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