home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / borhead.zip / _NFILE.H < prev    next >
C/C++ Source or Header  |  1994-11-09  |  288b  |  23 lines

  1. /*  _nfile.h
  2.  
  3.     Maximum number of open files
  4.  
  5. */
  6.  
  7. /*
  8.  *      C/C++ Run Time Library - Version 1.5
  9.  *
  10.  *      Copyright (c) 1991, 1994 by Borland International
  11.  *      All Rights Reserved.
  12.  *
  13.  */
  14.  
  15. #ifndef ___NFILE_H
  16. #define ___NFILE_H
  17.  
  18.  
  19. #define _NFILE_ 40
  20.  
  21.  
  22. #endif
  23.