shithub: riscv

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

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