shithub: riscv

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

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