git: 9front

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

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