shithub: riscv

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

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