shithub: riscv

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

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