git: 9front

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

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