mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* errno.c : declares storage for errno, a variable containing the last
|
||||
* system error.
|
||||
*/
|
||||
#include "portab.h"
|
||||
#include "osif.h"
|
||||
|
||||
WORD errno = 0; /* set by low level i/o, unset by user (if at all) */
|
||||
WORD _errcpm = 0; /* assign BDOS return val when assigning errno */
|
Reference in New Issue
Block a user