shithub: riscv

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

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