shithub: riscv

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

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