git: 9front

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

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