shithub: riscv

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

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