shithub: riscv

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

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