shithub: riscv

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

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