shithub: riscv

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

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