shithub: riscv

ref: 564eeba5158b74225fb00202335e6e50868e4375
dir: /sys/src/cmd/graph/whoami.c/

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