shithub: riscv

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

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