forked from len0rd/rockbox
sdl: forward-declare fscanf_wrapper
Silences a few warnings (if you enable them). Change-Id: Id9a9f4c688742c13ee3eb0777c40b4d4edcda224
This commit is contained in:
parent
c31700f922
commit
0b23348610
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ int mkdir_wrapepr(const char *path);
|
||||||
int printf_wrapper(const char*, ...);
|
int printf_wrapper(const char*, ...);
|
||||||
int sprintf_wrapper(char*, const char*, ...);
|
int sprintf_wrapper(char*, const char*, ...);
|
||||||
int vprintf(const char *fmt, va_list ap);
|
int vprintf(const char *fmt, va_list ap);
|
||||||
|
int fscanf_wrapper(FILE *f, const char *fmt, ...);
|
||||||
void fatal(char *fmt, ...);
|
void fatal(char *fmt, ...);
|
||||||
void rb_exit(int rc);
|
void rb_exit(int rc);
|
||||||
void rbsdl_atexit(void (*)(void));
|
void rbsdl_atexit(void (*)(void));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue