shithub: riscv

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

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