git: 9front

ref: 270be365a4b9c55e071564903256999e2ce66b28
dir: /sys/src/cmd/graph/whoami.c/

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