git: 9front

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

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