shithub: riscv

ref: 16bbaa20140a575efbae7336cef6eb2484a0f367
dir: /sys/src/cmd/graph/whoami.c/

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