shithub: riscv

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

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