home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 316 / libsrc / fhandle.c < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-20  |  149 b   |  9 lines

  1.  
  2. /* file handle stat keeper, prevents excessive calls to isatty */
  3.  
  4. #include "std-guts.h"
  5. #include "file.h"
  6.  
  7. char __handle_stat[N_HANDLES];
  8.  
  9.