shithub: riscv

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

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