shithub: riscv

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

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