shithub: riscv

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

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