shithub: riscv

ref: 6e65596827f7ee292221697ff5248c9bc9520851
dir: /sys/src/cmd/graph/whoami.c/

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