shithub: riscv

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

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