home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 May
/
PCP163A.iso
/
Runimage
/
Cbuilder4
/
Include
/
_NFILE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-01-26
|
313 b
|
24 lines
/* _nfile.h
Maximum number of open files
*/
/*
* C/C++ Run Time Library - Version 9.5
*
* Copyright (c) 1991, 1999 by Inprise Corporation
* All Rights Reserved.
*
*/
/* $Revision: 9.1 $ */
#ifndef ___NFILE_H
#define ___NFILE_H
#define _NFILE_ 50
#endif