shithub: riscv

ref: 5d68e51152a9a8f23a3aee53fae8ea83fc49929a
dir: /sys/src/cmd/graph/whoami.c/

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