git: 9front

ref: 02b57c652300e52e2a2296c19caf8a2ef7c115e5
dir: /sys/src/cmd/graph/whoami.c/

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