shithub: riscv

ref: 4148594013411200a296994774700487c9eb3ba8
dir: /sys/src/cmd/graph/whoami.c/

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