git: 9front

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

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