shithub: riscv

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

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