commit | 5c411d88be8df5f6a8a1ea0c961f7c35ba82c064 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 14 14:02:53 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu May 26 20:48:44 2016 -0600 |
tree | 149a59fc9d4a86c098c24914c5b6f1791a818f5f | |
parent | 1fb67608b309bd7f49842fbdfb1dc2b18a250965 [diff] |
tiny-printf: Support snprintf() Add a simple version of this function for SPL. It does not check the buffer size as this would add to the code size. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>