shithub: riscv

ref: de356dd855bb912e40a60592d6292d2066351ffd
dir: /sys/src/cmd/graph/whoami.c/

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