git: 9front

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

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