shithub: riscv

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

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