shithub: riscv

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

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