commit | 1168ed51632a5f9f884da96072c0ad8658c19555 | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Fri Dec 04 23:27:37 2015 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 17:07:30 2015 -0700 |
tree | 1727598ade0dac6e0793a43a71e517ea2ec3e0fd | |
parent | 9f08e442f14a9568653920edd797b3770b2265e3 [diff] |
lib/tiny-printf.c: Implement vprintf Implement both printf and vprintf for a bit more flexibility, e.g. allows the panic() function to work with tiny-printf. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>