home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------
- * filename - _io.h
- *
- * Definitions for low level I/O functions.
- *
- *-----------------------------------------------------------------------*/
-
- /*[]------------------------------------------------------------[]*/
- /*| |*/
- /*| Turbo C Run Time Library - Version 3.0 |*/
- /*| |*/
- /*| |*/
- /*| Copyright (c) 1987, 1990 by Borland International |*/
- /*| All Rights Reserved. |*/
- /*| |*/
- /*[]------------------------------------------------------------[]*/
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- int pascal near __IOerror (int __doserror);
- long pascal near __DOStimeToU (unsigned long __timeStamp);
- int pascal near __isDST (unsigned __hour, unsigned __yday,
- unsigned __month, unsigned __year);
-
- #if CPM_ctlZ
- void pascal near __AppendCtlZ (int __handle);
- void pascal near __TrimCtlZ (int __fildes);
- #endif
- #ifdef __cplusplus
- }
- #endif
-