shithub: riscv

ref: 55f018df8a6006125dcfda55c412ee6908c9ed9b
dir: /sys/src/cmd/graph/whoami.c/

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