1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-10 10:56:19 +01:00
Files
u-boot-megous/include/vsprintf.h
Heinrich Schuchardt de2de3192f 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>
2017-09-07 10:44:37 -04:00

7.4 KiB