shithub: riscv

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

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