shithub: riscv

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

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