shithub: riscv

ref: 217e8a06198cf6681fb0c38c26f34d96ae4302f6
dir: /sys/src/cmd/graph/whoami.c/

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