shithub: riscv

ref: 1ecdf09aeeb16dd359251e3e698c8ea7798bd285
dir: /sys/src/cmd/graph/whoami.c/

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