git: 9front

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

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