git: 9front

ref: 39ec1b5104554f9f8459cdaaf02edce928f25559
dir: /sys/src/cmd/graph/whoami.c/

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