shithub: riscv

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

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