shithub: riscv

ref: 9126ee3eea90d639f4e877c01400248581d10f65
dir: /sys/src/cmd/graph/whoami.c/

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