git: 9front

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

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