git: 9front

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

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