shithub: riscv

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

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