shithub: riscv

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

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