shithub: riscv

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

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