home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------
- * filename - _dir.h
- *
- * Defines structures, macros, and functions for dealing with
- * directories and pathnames.
- *-----------------------------------------------------------------------*/
-
- /*[]------------------------------------------------------------[]*/
- /*| |*/
- /*| Turbo C Run Time Library - Version 3.0 |*/
- /*| |*/
- /*| |*/
- /*| Copyright (c) 1987, 1990 by Borland International |*/
- /*| All Rights Reserved. |*/
- /*| |*/
- /*[]------------------------------------------------------------[]*/
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- char *pascal near __searchpath(const char *__pathP, int __mode);
- #ifdef __cplusplus
- }
- #endif
-
- #define _USEPATH 1
- #define _PROGRAM 2
-