git: 9front

ref: 7918c550725322e699c4665b024fe7cb1825414d
dir: /sys/src/cmd/graph/whoami.c/

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