git: 9front

ref: 80bcf6e230a30567cc8976b78414f291b39819bf
dir: /sys/src/cmd/graph/whoami.c/

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