shithub: riscv

ref: 70cc0a7b44ad70929a00565b03327296d2e64c52
dir: /sys/src/cmd/graph/whoami.c/

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