shithub: riscv

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

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