This commit is contained in:
parent
f3202d06e3
commit
9e64175662
@ -39,6 +39,7 @@
|
|||||||
#define ase_feof(s) feof(s)
|
#define ase_feof(s) feof(s)
|
||||||
#define ase_ferror(s) ferror(s)
|
#define ase_ferror(s) ferror(s)
|
||||||
#define ase_clearerr(s) clearerr(s)
|
#define ase_clearerr(s) clearerr(s)
|
||||||
|
#define ase_fflush(s) fflush(s)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
Reference in New Issue
Block a user