summaryrefslogtreecommitdiffstats
path: root/private/crt32/exec/cfinfo.c
blob: e761a1f68aeff6da9b4e2cf0997cc0e73e7bc7f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/***
*cfinfo.c - clears C file info flag
*
*	Copyright (c) 1989-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
*	Clears the C file info flag.  By default, the openfile information
*	is NOT passed along to children on spawn/exec calls.  If the flag
*	is set, openfile information WILL get passed on to children on
*	spawn/exec calls.
*
*Revision History:
*	06-07-89   PHG	Module created, based on asm version
*	04-03-90   GJF	Added #include <cruntime.h>. Also, fixed the copyright.
*	01-23-92   GJF	Added #include <stdlib.h> (contains decl of _fileinfo).
*
*******************************************************************************/

#include <cruntime.h>
#include <stdlib.h>

int _fileinfo = 0;