shithub: riscv

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

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