shithub: riscv

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

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