git: 9front

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

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