shithub: riscv

ref: 3e124e1f13b945a020d973052069b9d3b673d814
dir: /sys/src/cmd/graph/whoami.c/

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