shithub: riscv

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

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