shithub: riscv

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

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