shithub: riscv

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

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