shithub: riscv

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

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