shithub: riscv

ref: 9960a125a39bff42912525216bf23539e4000f9c
dir: /sys/src/cmd/graph/whoami.c/

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