shithub: riscv

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

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