shithub: front

ref: 85edcb6dfa7a69b2f000b326501a81442b2ce7a9
dir: /sys/src/cmd/graph/whoami.c/

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