shithub: riscv

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

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