shithub: front

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

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