shithub: riscv

ref: 95d41e8ff4fb5a282e7cf55c4fa82eeb1950eb63
dir: /sys/src/cmd/graph/whoami.c/

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