git: 9front

ref: 276b7c019593e20aac04f90c55bf3b7c44b6a987
dir: /sys/src/cmd/graph/whoami.c/

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