shithub: riscv

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

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