git: 9front

ref: 90c504faca71f76b88c48b9cec8c0783b88c5564
dir: /sys/src/cmd/graph/whoami.c/

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