home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / src / mingw-runtime-19991107 / mingw / CRTfmode.c < prev    next >
Encoding:
Text File  |  1999-07-30  |  441 b   |  21 lines

  1. /*
  2.  * CRTfmode.c
  3.  *
  4.  * Sets _CRT_fmode to be zero, which will cause _mingw32_init_fmode to leave
  5.  * all file modes in their default state (basically text mode).
  6.  *
  7.  * This file is part of the Mingw32 package.
  8.  *
  9.  * THIS FILE IS IN THE PUBLIC DOMAIN.
  10.  *
  11.  * Contributers:
  12.  *   Created by Colin Peters <colin@fu.is.saga-u.ac.jp>
  13.  *
  14.  * $Revision: 1.1.1.3 $
  15.  * $Author: khan $
  16.  * $Date: 1998/02/04 20:14:21 $
  17.  *
  18.  */
  19.  
  20. unsigned int _CRT_fmode = 0;
  21.