git: 9front

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

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