shithub: riscv

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

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