git: 9front

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

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