shithub: riscv

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

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