commit | e4c5383e4d46ef196d022b481cab364bd3b9c877 | [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 | 2b22a99c65c437891ab88703dff25e256f78c21f [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>