git: 9front

ref: 3386ec20a54b9748dcae973c48ec51bf116dec80
dir: /sys/src/cmd/graph/whoami.c/

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