shithub: riscv

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

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