shithub: riscv

ref: 9183db3fa56bcd4ba203e97cd6bccc5e7e7c81fb
dir: /sys/src/cmd/graph/whoami.c/

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