mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
added strtok_r() proto to build warning-free on mingw
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3471 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1450f4a9b5
commit
3c6bb5c040
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
int snprintf (char *buf, size_t size, const char *fmt, ...);
|
int snprintf (char *buf, size_t size, const char *fmt, ...);
|
||||||
#ifndef NOCYGWIN
|
#ifndef NOCYGWIN
|
||||||
int vsnprintf (char *buf, int size, const char *fmt, va_list ap);
|
int vsnprintf (char *buf, int size, const char *fmt, va_list ap);
|
||||||
|
char *strtok_r (char *, const char *, char **);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __SPRINTF_H__ */
|
#endif /* __SPRINTF_H__ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue