shithub: riscv

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

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