shithub: riscv

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

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