shithub: plan9front

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

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