shithub: riscv

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

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