xitoa: use our own int helper
authorAlan Cox <alan@linux.intel.com>
Wed, 20 May 2015 22:37:18 +0000 (23:37 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 20 May 2015 22:37:18 +0000 (23:37 +0100)
commitd5f31fbe0b88d83756f36059ada2250e78d03acd
tree80896376bc385de0cd0348a9bb637481c181af81
parent5169a1e12e9c936f285c1dcf9754cb20af3f21ef
xitoa: use our own int helper

For stdio and perror using apps it costs us a small amount of memory. For stdio
using apps in general it's free, and for non stdio apps using itoa and not
sucking in the 32bit maths helpers its a big saving.
Library/libs/xitoa.c