shithub: riscv

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

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