shithub: riscv

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

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