shithub: riscv

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

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