git: 9front

ref: 22ab3fd76a5bf48befbf0750d306563a3a41669c
dir: /sys/src/cmd/graph/whoami.c/

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