git: 9front

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

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