shithub: front

ref: 015180f99be4553dc4851f63edff04d0fc16a66a
dir: /sys/src/cmd/graph/whoami.c/

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