git: 9front

ref: 662084ed5ad0f815fe4147629102f155c19faae1
dir: /sys/src/cmd/graph/whoami.c/

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