shithub: riscv

ref: 428148e421b0c94b3a3d770fa861e1c176ece740
dir: /sys/src/cmd/graph/whoami.c/

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