shithub: riscv

ref: 692023ee08786ad834e03f5f271c20ce50feee3a
dir: /sys/src/cmd/graph/whoami.c/

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