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

  1. /*------------------------------------------------------------------------
  2.  * filename - _dir.h
  3.  *
  4.  *    Defines structures, macros, and functions for dealing with
  5.  *    directories and pathnames.
  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. char    *pascal near __searchpath(const char *__pathP, int __mode);
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25.  
  26. #define    _USEPATH    1
  27. #define    _PROGRAM    2
  28.