shithub: riscv

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

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