shithub: riscv

ref: 6661936e28c85c94190611858cf68290998061e8
dir: /sys/src/cmd/graph/whoami.c/

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