shithub: riscv

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

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