shithub: riscv

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

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