shithub: riscv

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

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