git: 9front

ref: 33f4e7aead0ebb50fb7688cea981bfb0129a8ac6
dir: /sys/src/cmd/graph/whoami.c/

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