git: 9front

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

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