shithub: riscv

ref: 93b475981e7326f53dee0369476344f8552f4e7b
dir: /sys/src/cmd/graph/whoami.c/

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