shithub: riscv

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

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