shithub: riscv

ref: 7f2599254a29c956ac3cdbfc28792a8290312c13
dir: /sys/src/cmd/plot/libplot/whoami.c/

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