git: 9front

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

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