git: 9front

ref: 57d0126b71ef2a9148427f6566de50aafb502ef2
dir: /sys/src/cmd/graph/whoami.c/

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