shithub: riscv

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

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