shithub: riscv

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

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