📄 fileinfo.c
字号:
/***
*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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -