home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / tcggrep2.arj / TCGREP.C < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-24  |  211 b   |  12 lines

  1. /*    Jim Segrave 00:45:13 Sat Nov 24 1990 originate
  2.     forces binary input mode, sets stack size for Turbo C
  3.     e?grep
  4. */
  5.  
  6. #include    <fcntl.h>
  7.  
  8. unsigned    int _stklen = 0xa000;
  9. int    _fmode =  O_BINARY;
  10.  
  11.  
  12.