git: 9front

ref: 7864af462dc7a197d4e316fd4b8cccd20fe896b5
dir: /sys/src/cmd/graph/whoami.c/

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