shithub: riscv

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

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