shithub: riscv

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

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