home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 1.ddi / INCLUDE.ZIP / _NFILE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-10  |  211 b   |  15 lines

  1. /*  _nfile.h
  2.  
  3.     Maximum number of open files
  4.  
  5.     Copyright (c) 1991, 1992 by Borland International
  6.     All Rights Reserved.
  7. */
  8.  
  9. #ifndef ___NFILE_H
  10. #define ___NFILE_H
  11.  
  12. #define _NFILE_ 20
  13.  
  14. #endif
  15.