shithub: front

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

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