shithub: riscv

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

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