lib: export vsscanf
authorSamuel Dionne-Riel <samuel@dionne-riel.com>
Mon, 20 Dec 2021 23:19:16 +0000 (18:19 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jan 2022 18:16:11 +0000 (13:16 -0500)
commit499f18446d2ceb4a48730e9ef3111bcbd9fae9de
tree90a3e35476fceca80f57ccd11a0eab1ac73028f9
parent2f3e8d6a86cbeb45d387d47fa71220885ed7e481
lib: export vsscanf

The function was missing from exports, even though it loooks like the
intent of the implementation in sscanf.c was to have it exported.

Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/vsprintf.h