shithub: riscv

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

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