mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-18 12:16:40 -04:00
check scanf format
This commit is contained in:
parent
42f780a729
commit
cddb569580
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ uint32_t temp_storage_read(void *data, uint32_t size, TMPFILE_RD *f);
|
|||
void temp_storage_skip(TMPFILE_RD *f, int bytes);
|
||||
|
||||
int *temp_storage_internal_skip_ptr(TMPFILE_RD *f);
|
||||
void temp_storage_internal_begin_scanf(TMPFILE_RD *f, const char *format, ... );
|
||||
void temp_storage_internal_begin_scanf(TMPFILE_RD *f, const char *format, ... ) __attribute__((format(scanf, 2, 3)));
|
||||
int temp_storage_internal_end_scanf(TMPFILE_RD *f);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue