_lf_printf
static void _lf_printf(const char *, ...) __printflike(1, 2);
#define lf_printf(ctl, args...) if (lf_print_ranges) _lf_printf(ctl, args)