shithub: riscv

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

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