git: 9front

ref: 368f2dfaca7e2b9992d3ce79062aee9d8ff393b1
dir: /sys/src/cmd/graph/whoami.c/

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