shithub: riscv

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

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