vsprintf: vsprintf does not have parameter size
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 6 Sep 2017 15:55:13 +0000 (17:55 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 7 Sep 2017 14:44:37 +0000 (10:44 -0400)
commitde2de3192fe1bde742d0d83d82f90a1592ec47c6
tree07ec81ac38e064e2330bbf890d679e27f098a22b
parent2d0cf3b2ae241a2ecc58d6bc7c5cb97732ff0751
vsprintf: vsprintf does not have parameter size

The inline documentation of vsprintf mentions a parameter size
which does not exist in the function declaration.

int vsprintf(char *buf, const char *fmt, va_list args);

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/vsprintf.h