git: 9front

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

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