git: 9front

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

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