shithub: riscv

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

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