shithub: riscv

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

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