git: 9front

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

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