shithub: riscv

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

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