shithub: riscv

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

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