git: 9front

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

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