git: 9front

ref: 6df4c1fa8b23af22eef59ef99cfbdfd64ccddfb7
dir: /sys/src/cmd/graph/whoami.c/

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