shithub: riscv

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

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