shithub: front

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

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