shithub: riscv

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

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