shithub: riscv

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

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