libbb: Drop simple_itoa()
Hush is the only one user of simple_itoa() and the code there can be
re-implemented using snprintf(). Change the code to get rid of
simple_itoa().

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 8f94513 commit faf2ad1dc5a1a3fb131559c26675cecdd20b74a8
@Andrey Smirnov Andrey Smirnov authored on 28 May 2019
Sascha Hauer committed on 28 May 2019
Showing 3 changed files
View
common/hush.c
View
include/libbb.h
View
lib/libbb.c