shithub: riscv

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

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