git: 9front

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

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