shithub: riscv

ref: 28f4567ba615c4036c079021392825757ef2a008
dir: /sys/src/cmd/graph/whoami.c/

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