shithub: riscv

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

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