shithub: riscv

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

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