git: 9front

ref: 07618fd1c60db7bf74cc0925d9763794694f7b39
dir: /sys/src/cmd/graph/whoami.c/

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