shithub: riscv

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

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