shithub: front

ref: 96c4dbca89cd709d076767e0629f2061d980b671
dir: /sys/src/cmd/graph/whoami.c/

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