shithub: riscv

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

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