git: 9front

ref: 99323f659ccdee8ea42e3beeba21d52b5a50f687
dir: /sys/src/cmd/graph/whoami.c/

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