shithub: riscv

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

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