prepare move old cruft
[reactos.git] / reactos / lib / crtdll / old cruft / misc / CRTfmode.c
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 $
15 * $Author$
16 * $Date$
17 *
18 */
19
20 unsigned int _CRT_fmode = 0;
21