shithub: front

ref: 69cd42bb94c4454c8478eae8a61c5fec9e16ebb7
dir: /sys/src/cmd/graph/whoami.c/

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