Re: Some cleanups and tweaks for wc(1)

2016-09-07 Thread Joerg Jung
> On 04 Sep 2016, at 00:06, Frederic Cambus <f...@statdns.com> wrote: > > Hi tech@, > > Some cleanups and tweaks for wc(1): > > - Removed unnecessary string.h include > - Changed 'format_and_print' argument type to int64_t and casting > inside the fun

Some cleanups and tweaks for wc(1)

2016-09-03 Thread Frederic Cambus
Hi tech@, Some cleanups and tweaks for wc(1): - Removed unnecessary string.h include - Changed 'format_and_print' argument type to int64_t and casting inside the function - Declaring 'print_counts', 'format_and_print', and 'cnt' as static - Remove unnecessary cast for NULL, and (void) casts

Some cleanups and tweaks for wc.1

2016-05-08 Thread Frederic Cambus
Hi tech@, Some cleanups and tweaks for wc.1: - Removed unnecessary string.h include - Changed 'format_and_print' argument type to int64_t and casting inside the function - Declaring 'print_counts', 'format_and_print', and 'cnt' as static - Remove unnecessary cast for NULL, and (void) casts