Eric Blake wrote:
> Eric Blake <ebb9 <at> byu.net> writes:
>
>>    printf ("\n\n%*.*s%s%*s%s%*s%s\n\n\n",
>>            chars_per_margin, chars_per_margin, " ",
>>            date_text, lhs_spaces, " ",
>>            file_text, rhs_spaces, " ", page_text);
>
> For that matter, why not:
>
> printf ("\n\n%*s%s%*s%s%*s%s\n\n\n",
>         chars_per_margin, "",
>         date_text, lhs_spaces, " ",
>         file_text, rhs_spaces, " ", page_text);
>
> for less work in the printf call.

:-)
Yes, that's even better.


Reply via email to