commit | 962a43cc9628fcfc048c563e0fd295b8743e0504 | [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 | 4363de63a88f3e9490cb46ce4c92e7c2d2497ba8 [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>