shithub: riscv

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

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