shithub: riscv

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

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