git: 9front

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

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