shithub: riscv

ref: 6bcc1eb399d794facd5b2a8678e5b9fc21bd7ea0
dir: /sys/src/cmd/graph/whoami.c/

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