git: 9front

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

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