shithub: riscv

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

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