shithub: riscv

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

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