shithub: riscv

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

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