git: 9front

ref: 5aa49edec36d5719deae751624460c2f20180eb1
dir: /sys/src/cmd/graph/whoami.c/

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