git: 9front

ref: cd08e76438933942e28b77807e613b53fa959155
dir: /sys/src/cmd/graph/whoami.c/

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