shithub: riscv

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

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