shithub: riscv

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

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