shithub: riscv

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

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