Added a prototype for _seterrno().
git-svn-id: svn://svn.cc65.org/cc65/trunk@4686 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -47,6 +47,9 @@ extern unsigned char _oserror;
|
|||||||
*/
|
*/
|
||||||
int __fastcall__ _osmaperrno (unsigned char oserror);
|
int __fastcall__ _osmaperrno (unsigned char oserror);
|
||||||
|
|
||||||
|
/* Set errno to a specific error code. Used by the library */
|
||||||
|
void __fastcall__ _seterrno (unsigned char code);
|
||||||
|
|
||||||
/* System error codes go here */
|
/* System error codes go here */
|
||||||
extern int _errno;
|
extern int _errno;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user