home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / _nfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  314 b   |  24 lines

  1. /*  _nfile.h
  2.  
  3.     Maximum number of open files
  4.  
  5. */
  6.  
  7. /*
  8.  *      C/C++ Run Time Library - Version 10.0
  9.  *
  10.  *      Copyright (c) 1991, 2000 by Inprise Corporation
  11.  *      All Rights Reserved.
  12.  *
  13.  */
  14.  
  15. /* $Revision:   9.1  $ */
  16.  
  17. #ifndef ___NFILE_H
  18. #define ___NFILE_H
  19.  
  20.  
  21. #define _NFILE_ 50
  22.  
  23. #endif
  24.