git: 9front

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

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