git: 9front

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

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