shithub: riscv

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

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