git: 9front

ref: 6e38cd3ef70abd8194b5891be3a7c9865ef32b53
dir: /sys/src/cmd/graph/whoami.c/

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