shithub: riscv

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

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