shithub: riscv

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

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