git: 9front

ref: 3af6069b0f9248d0449799dc0e09ff38d71e36f3
dir: /sys/src/cmd/graph/whoami.c/

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