shithub: riscv

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

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