git: 9front

ref: 68319a60b29a763a5115bf6dc705922d37c816e5
dir: /sys/src/cmd/graph/whoami.c/

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