git: 9front

ref: 7c9fe270231e6061ea98c63c6de9756b6d03e1ba
dir: /sys/src/cmd/graph/whoami.c/

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