shithub: riscv

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

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