shithub: riscv

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

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