shithub: riscv

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

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