shithub: riscv

ref: 0d7bbda9b93e4af3c512f835cc502a7e9a60c359
dir: /sys/src/cmd/graph/whoami.c/

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