home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / cfinfo.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  541b  |  18 lines

  1. /***
  2. *cfinfo.c - clears C file info flag
  3. *
  4. *       Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       Clears the C file info flag.  By default, the openfile information
  8. *       is NOT passed along to children on spawn/exec calls.  If the flag
  9. *       is set, openfile information WILL get passed on to children on
  10. *       spawn/exec calls.
  11. *
  12. *******************************************************************************/
  13.  
  14. #include <cruntime.h>
  15. #include <stdlib.h>
  16.  
  17. int _fileinfo = 0;
  18.