shithub: riscv

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

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