shithub: riscv

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

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