shithub: riscv

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

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