shithub: riscv

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

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