git: 9front

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

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