shithub: riscv

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

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