always return zero in A and this can be used in C code to make the code
shorter.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4687
b7a2c559-68d2-44c3-8de9-
860c34a00d81
*/
int __fastcall__ _osmaperrno (unsigned char oserror);
-/* Set errno to a specific error code. Used by the library */
-void __fastcall__ _seterrno (unsigned char code);
+/* Set errno to a specific error code and return zero. Used by the library */
+unsigned char __fastcall__ _seterrno (unsigned char code);
/* System error codes go here */
extern int _errno;