shithub: riscv

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

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