shithub: riscv

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

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