shithub: riscv

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

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