shithub: riscv

ref: 74272a8364547a7451f5e13f3988c75eb69ba3d7
dir: /sys/src/cmd/graph/whoami.c/

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