remove() is __fastcall__

git-svn-id: svn://svn.cc65.org/cc65/trunk@2188 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-06-02 16:11:38 +00:00
parent 6e301bc88e
commit f87cc5d0f7

View File

@@ -98,7 +98,7 @@ void __fastcall__ perror (const char* s);
int printf (const char* format, ...);
int putchar (int c);
int puts (const char* s);
int remove (const char* name);
int __fastcall__ remove (const char* name);
int rename (const char* old, const char* new);
int sprintf (char* buf, const char* format, ...);
int __fastcall__ vfprintf (FILE* f, const char* format, va_list ap);
@@ -138,3 +138,4 @@ void __fastcall__ _poserror (const char* msg); /* cc65 */