git: 9front

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

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