shithub: riscv

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

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