shithub: riscv

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

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