shithub: riscv

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

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