git: 9front

ref: 020bb9336f64197fce01ce414155ee2c146ebf43
dir: /sys/src/cmd/graph/whoami.c/

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