git: 9front

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

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