shithub: riscv

ref: 34a0f4660d47cd34340fee4444af5b16ffef5d02
dir: /sys/src/cmd/graph/whoami.c/

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