shithub: riscv

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

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