shithub: riscv

ref: 88377fc82f0f0feb34798813a7f5fccb8c1941b6
dir: /sys/src/cmd/graph/whoami.c/

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