git: 9front

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

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