git: 9front

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

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