shithub: riscv

ref: 318fe6a702b5c118ce271b616c115648ae6d7448
dir: /sys/src/cmd/graph/whoami.c/

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