git: 9front

ref: 53add21f8552982e62c855d9a836ff69db078004
dir: /sys/src/cmd/graph/whoami.c/

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