shithub: riscv

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

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