shithub: riscv

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

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