shithub: riscv

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

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