shithub: riscv

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

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