git: 9front

ref: 3489599c2fcbd024085ae55c21ec62b53bc07161
dir: /sys/src/cmd/graph/whoami.c/

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