shithub: front

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

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