shithub: riscv

ref: 6c8de2713c34622799504f9817afe6876c5621cf
dir: /sys/src/cmd/graph/whoami.c/

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