git: 9front

ref: 06e7a0c56dcaae14baf1e94e7e348c0ecbd310a4
dir: /sys/src/cmd/graph/whoami.c/

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