shithub: riscv

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

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