shithub: riscv

ref: 25493360e37474fb656eb8eea336e80bf3e99c66
dir: /sys/src/cmd/graph/whoami.c/

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