git: 9front

ref: 3affd72d6da92f601fe9ae90eb9e7bf51f3a436e
dir: /sys/src/cmd/graph/whoami.c/

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