shithub: front

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

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