shithub: riscv

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

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