git: 9front

ref: 4849aeb11a8c70819b236faceb4424557f35fafe
dir: /sys/src/cmd/graph/whoami.c/

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