git: 9front

ref: 9514073601c28e82c17fcf375e4edf4ebbc82cb7
dir: /sys/src/cmd/graph/whoami.c/

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