git: 9front

ref: 5438a58a546f119dd7d1fbc1c6b39b2c9814305d
dir: /sys/src/cmd/graph/whoami.c/

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