shithub: riscv

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

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