git: 9front

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

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