shithub: riscv

ref: a7974d96b7e510cba9ae4ef87fed8b0ded109f98
dir: /sys/src/cmd/plot/libplot/whoami.c/

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