shithub: riscv

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

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