git: 9front

ref: 997aa2e26ec64d794eeda982d502a20b3f04e1d6
dir: /sys/src/cmd/graph/whoami.c/

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