shithub: riscv

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

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