shithub: riscv

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

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