forked from len0rd/rockbox
added vsnprintf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1036 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
86e064a90e
commit
ebe6cc007d
1 changed files with 2 additions and 0 deletions
|
@ -21,7 +21,9 @@
|
|||
#define __SPRINTF_H__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
int snprintf (char *buf, size_t size, const char *fmt, ...);
|
||||
int vsnprintf (char *buf, int size, const char *fmt, va_list ap);
|
||||
|
||||
#endif /* __SPRINTF_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue