shithub: riscv

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

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