shithub: riscv

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

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