git: 9front

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

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