forked from len0rd/rockbox
Had to include <stddef.h> so that size_t is defined.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@861 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0bb897ae8d
commit
d1ffa5452b
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#ifndef __SPRINTF_H__
|
||||
#define __SPRINTF_H__
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
int snprintf (char *buf, size_t size, const char *fmt, ...);
|
||||
|
||||
#endif /* __SPRINTF_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue