shithub: riscv

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

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