shithub: riscv

ref: 34f2e1eaf607c577b263f553c465930afbebd10f
dir: /sys/src/cmd/graph/whoami.c/

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