shithub: riscv

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

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