git: 9front

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

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