shithub: riscv

ref: 3bd600c01e8efa3b9df6366863a3831a7bb136fa
dir: /sys/src/cmd/graph/whoami.c/

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