shithub: riscv

ref: 166afefab99ee1b83efd2b02cefae52f6584fd0c
dir: /sys/src/cmd/graph/whoami.c/

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