shithub: riscv

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

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