git: 9front

ref: e3a3f66441ab8324c698180556294011d69a5f4e
dir: /sys/src/cmd/graph/whoami.c/

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