git: 9front

ref: 80216ac2efb13340464344cfca1b3c8aeec5941b
dir: /sys/src/cmd/graph/whoami.c/

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