shithub: riscv

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

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