shithub: riscv

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

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