shithub: riscv

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

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