shithub: riscv

ref: 4e61bc282c2869ae8442e356ffd2da3a3818dd51
dir: /sys/src/cmd/graph/whoami.c/

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