shithub: riscv

ref: 0ceeee4c8b207b3833e005643abf8997a60c255f
dir: /sys/src/cmd/graph/whoami.c/

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