shithub: riscv

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

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