shithub: riscv

ref: 7a704e4ab6c826ef8317040688c99044f0d46ab9
dir: /sys/src/cmd/graph/whoami.c/

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