shithub: riscv

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

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