shithub: riscv

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

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