safe_strtoXX interface proved to be a bit unconvenient.
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 27 Nov 2006 14:43:21 +0000 (14:43 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 27 Nov 2006 14:43:21 +0000 (14:43 -0000)
commitd686a045c8134d3a42fa5cc6b2e09118e08d603f
tree38f509fc9556f68f758c77b06b480cc33b2725eb
parent8a0a83d503a7971895254efa9e79cf15ba1850d4
safe_strtoXX interface proved to be a bit unconvenient.
Remove it, introduce saner bb_strtoXX.
Saved ~350 bytes.
16 files changed:
coreutils/expr.c
coreutils/printf.c
e2fsprogs/mke2fs.c
e2fsprogs/tune2fs.c
include/libbb.h
include/xatonum.h
libbb/Kbuild
libbb/procps.c
libbb/safe_strtol.c [deleted file]
libbb/xatonum.c
libbb/xatonum_template.c
loginutils/getty.c
networking/ftpgetput.c
networking/udhcp/files.c
networking/wget.c
procps/renice.c