shithub: riscv

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

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