shithub: riscv

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

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