shithub: riscv

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

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