shithub: riscv

ref: 174d7e52a3fd4b48bece311415fbdd9e1bb85ccc
dir: /sys/src/cmd/graph/whoami.c/

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