shithub: riscv

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

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