git: 9front

ref: 434ee04fe29fcf4944f0ab1b72148ea699b33965
dir: /sys/src/cmd/graph/whoami.c/

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