shithub: riscv

ref: dd8af39bceb201eb68fc3276a1e12a4ebcac74c0
dir: /sys/src/cmd/graph/whoami.c/

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