printf: make integer format strings print long long-sized values.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 4 Jan 2009 02:58:58 +0000 (02:58 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 4 Jan 2009 02:58:58 +0000 (02:58 -0000)
commitcb39a7ca6dba94388657873651547c5ff320ad93
treef1d01cd38f5c8830f10496cbdc3a9bd620409979
parent0416e3dde17ea9295635c52183b30fe3d7172333
printf: make integer format strings print long long-sized values.

function                                             old     new   delta
printf_main                                          668     834    +166
bb_strtoll                                             -      84     +84
print_direc                                          391     431     +40
conv_strtoull                                          -      19     +19
conv_strtoll                                           -      19     +19
conv_strtoul                                          16       -     -16
conv_strtol                                           16       -     -16
------------------------------------------------------------------------------
(add/remove: 4/2 grow/shrink: 2/0 up/down: 342/-32)           Total: 296 bytes
coreutils/printf.c