home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
gnustuff
/
tos
/
gnulib
/
libsrc98.zoo
/
fhandle.c
< 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
|
1993-03-01
|
171 b
|
10 lines
/* file handle info keeper, prevents excessive calls to isatty
* and other info
*/
#define __FHANDLE_C__
#include "lib.h"
struct __open_file __open_stat[__NHANDLES];