mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Make fclose __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@1633 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d8338efc53
commit
5f812a3269
@ -74,7 +74,7 @@ extern FILE* stderr;
|
||||
|
||||
/* Functions */
|
||||
void __fastcall__ clearerr (FILE* f);
|
||||
int fclose (FILE* f);
|
||||
int __fastcall__ fclose (FILE* f);
|
||||
int __fastcall__ feof (FILE* f);
|
||||
int __fastcall__ ferror (FILE* f);
|
||||
int __fastcall__ fflush (FILE* f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user