git: 9front

ref: 4ccbd5042434734c09f171e47ca0b78682dc2c36
dir: /sys/src/cmd/graph/whoami.c/

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