shithub: riscv

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

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