shithub: riscv

ref: 4a47b264ac6c072cc180176f84297a93a38e4631
dir: /sys/src/cmd/graph/whoami.c/

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