shithub: riscv

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

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