git: 9front

ref: 4dfaa1ecf9f6ed2d6892d3d5833ea7462f297630
dir: /sys/src/cmd/graph/whoami.c/

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