home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c065 / 1.ddi / INCLUDE.ZIP / _IO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-07  |  1.2 KB  |  33 lines

  1. /*------------------------------------------------------------------------
  2.  * filename - _io.h
  3.  *
  4.  *    Definitions for low level I/O functions.
  5.  *
  6.  *-----------------------------------------------------------------------*/
  7.  
  8. /*[]------------------------------------------------------------[]*/
  9. /*|                                                              |*/
  10. /*|     Turbo C Run Time Library - Version 3.0                   |*/
  11. /*|                                                              |*/
  12. /*|                                                              |*/
  13. /*|     Copyright (c) 1987, 1990 by Borland International        |*/
  14. /*|     All Rights Reserved.                                     |*/
  15. /*|                                                              |*/
  16. /*[]------------------------------------------------------------[]*/
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21. int  pascal near __IOerror      (int  __doserror);
  22. long pascal near __DOStimeToU      (unsigned long __timeStamp);
  23. int  pascal near __isDST      (unsigned __hour,  unsigned __yday,
  24.                    unsigned __month, unsigned __year);
  25.  
  26. #if CPM_ctlZ
  27. void pascal near __AppendCtlZ     (int __handle);
  28. void pascal near __TrimCtlZ       (int __fildes);
  29. #endif
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33.