shithub: riscv

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

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