git: 9front

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

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