git: 9front

ref: 6102d74e3db07c1bcc862dcda1db9e12be6a6362
dir: /sys/src/cmd/graph/whoami.c/

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