shithub: riscv

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

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