shithub: riscv

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

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