shithub: riscv

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

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