shithub: riscv

ref: 3bdf242555b9540f1fc6924ea7b24832fb9191fa
dir: /sys/src/cmd/graph/whoami.c/

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