shithub: riscv

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

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