shithub: riscv

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

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