git: 9front

ref: 7ed5b5fbf6f643485895fcc15cfabcee62a6da68
dir: /sys/src/cmd/graph/whoami.c/

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