1
0
Fork 0
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:
Franklin Wei 2019-07-29 20:53:59 -04:00
parent c31700f922
commit 0b23348610

View file

@ -203,6 +203,7 @@ int mkdir_wrapepr(const char *path);
int printf_wrapper(const char*, ...);
int sprintf_wrapper(char*, const char*, ...);
int vprintf(const char *fmt, va_list ap);
int fscanf_wrapper(FILE *f, const char *fmt, ...);
void fatal(char *fmt, ...);
void rb_exit(int rc);
void rbsdl_atexit(void (*)(void));