shithub: riscv

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

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