shithub: riscv

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

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