shithub: riscv

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

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