shithub: riscv

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

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