shithub: riscv

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

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