commode.c
来自「C标准库源代码」· C语言 代码 · 共 21 行
C
21 行
/***
*commode.c - set global file commit mode to commit
*
* Copyright (c) 1990-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Sets the global file commit mode flag to commit. Linking with
* this file sets all files to be opened in commit mode by default.
*
*******************************************************************************/
#include <cruntime.h>
#include <file2.h>
#include <internal.h>
/* set default file commit mode to commit */
int _commode = _IOCOMMIT;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?