shithub: front

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

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