shithub: riscv

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

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