commit | 008b0e18478a6ec869a18f1346d835c45a2f9ee0 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Fri May 28 00:20:44 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:44:36 2021 -0400 |
tree | 9d68cf2f6295b8150d951ace3926f8f669c4b36b | |
parent | 862555deb3b85b4937a75184e89aea49dae813d1 [diff] |
lib/vsprintf.c: implement printf() in terms of vprintf() This saves some code, both in terms of #LOC and .text size, and it is also the normal convention that foo(...) is implemented in terms of vfoo(). Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>