shithub: riscv

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

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