Skip to content
Snippets Groups Projects
Commit de2de319 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 2d0cf3b2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment