]> git.ipfire.org Git - people/ms/u-boot.git/commit - lib/strto.c
lib: split out strtoxxxx functions out of vsprintf.c
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 4 Dec 2015 22:27:39 +0000 (23:27 +0100)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Dec 2015 00:07:30 +0000 (17:07 -0700)
commite4c5383e4d46ef196d022b481cab364bd3b9c877
treed6a269f861e6052ee9ab03ede2aa16878d93f9e9
parent2b22a99c65c437891ab88703dff25e256f78c21f
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>
lib/Makefile
lib/strto.c [new file with mode: 0644]
lib/vsprintf.c