git: 9front

ref: 14f2383bb9cc96fb4c607f4e49ea471b01e26394
dir: /sys/src/cmd/graph/whoami.c/

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