shithub: riscv

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

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