git: 9front

ref: 55f298219cc826d16d0ac1328ebea16b350fb2c5
dir: /sys/src/cmd/graph/whoami.c/

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