shithub: riscv

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

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