fileinfo.c

来自「C标准库源代码」· C语言 代码 · 共 18 行

C
18
字号
/***
*fileinfo.c - sets C file info flag
*
*       Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
*       Sets 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.
*
*******************************************************************************/

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

int _fileinfo = -1;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?