shithub: riscv

ref: 447672be5c1e3e0b972c793d243383c429240b71
dir: /sys/src/cmd/graph/whoami.c/

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