git: 9front

ref: 7bb45c4535df55709863e60008b3615feb6447bb
dir: /sys/src/cmd/graph/whoami.c/

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