shithub: riscv

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

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