commit | fe4f1793af8cd2f6e61171401a57f8cf94d6d947 | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Fri Dec 04 23:27:39 2015 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 17:07:30 2015 -0700 |
tree | d6a269f861e6052ee9ab03ede2aa16878d93f9e9 | |
parent | 35f53edc5857a192c11f7bc73453f9c839535088 [diff] |
lib: split out strtoxxxx functions out of vsprintf.c To allow the various string to number conversion functions to be used when using tiny-printf,split them out into their own file which gets build regardless of what printf implementation is used. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>