shithub: riscv

ref: 9c2e8e2b13b0d01b7adf88b61af6edfbddd872c1
dir: /sys/src/cmd/graph/whoami.c/

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