shithub: riscv

ref: b1d1fa04b952d19064ecc9c4b0a6c07e39e71c3b
dir: /sys/src/cmd/graph/whoami.c/

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