shithub: riscv

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

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