Home
last modified time | relevance | path

Searched hist:de2de3192fe1bde742d0d83d82f90a1592ec47c6 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dvsprintf.hde2de3192fe1bde742d0d83d82f90a1592ec47c6 Wed Sep 06 15:55:13 UTC 2017 Heinrich Schuchardt <xypron.glpk@gmx.de> 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>