home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c081_11 / 2.ddi / INCLUDE.ZIP / DIRECT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-13  |  249 b   |  14 lines

  1. /*  direct.h
  2.  
  3.  
  4.     Defines structures, macros, and functions for dealing with
  5.     directories and pathnames.
  6.  
  7.     Copyright (c) Borland International 1991
  8.     All Rights Reserved.
  9. */
  10.  
  11. #include <dir.h>
  12.  
  13. #define _getdrive()    (getdisk()+1)
  14.