git: 9front

ref: 2ea58790620a2ce0293349c37acad106e25ea5ba
dir: /sys/src/cmd/graph/whoami.c/

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