shithub: riscv

ref: 491fe2515890fc4e624af72f15775fd48510486a
dir: /sys/src/cmd/graph/whoami.c/

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