shithub: plan9front

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

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