shithub: riscv

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

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