shithub: riscv

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

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