shithub: riscv

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

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