shithub: riscv

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

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