mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Make fputs __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@2016 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
06c1fafdcd
commit
a39db251a2
@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
|
||||
int fputs (const char* s, FILE* f)
|
||||
int __fastcall__ fputs (const char* s, FILE* f)
|
||||
{
|
||||
/* Check if the file is open or if there is an error condition */
|
||||
if ((f->f_flags & _FOPEN) == 0 || (f->f_flags & (_FERROR | _FEOF)) != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user