git: 9front

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

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