shithub: riscv

ref: 02a26802ffbd64ebf993119e1599920ffee01ef0
dir: /sys/src/cmd/graph/whoami.c/

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