shithub: riscv

ref: 5aee1a997f8a682b3fb9f935f014057e9366ce52
dir: /sys/src/cmd/graph/whoami.c/

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