shithub: front

ref: 1c69507294bb5f6f4841b96b07b2c4dcc9bfbe28
dir: /sys/src/cmd/graph/whoami.c/

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