git: 9front

ref: 3a81671b22baf51644f12a844414bba7d71217c4
dir: /sys/src/cmd/graph/whoami.c/

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