shithub: riscv

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

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