git: 9front

ref: 08a3a0505b0be4f71b09fc8c11dc393fbfb39cbc
dir: /sys/src/cmd/graph/whoami.c/

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