git: 9front

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

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