shithub: riscv

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

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