shithub: riscv

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

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