shithub: riscv

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

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