git: 9front

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

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