shithub: riscv

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

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