⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fm

📁 Algorithms for Image Processing and Computer Vision Source Code
💻
字号:
@c ----------------------------------------------------------------------
@node _fmode, stdio
@heading @code{_fmode}
@subheading Syntax

@example
#include <fcntl.h>

extern int _fmode;
@end example

@subheading Description

This variable may be set to @code{O_TEXT} or @code{O_BINARY} to specify
the mode that newly opened files should be opened in if the open call
did not specify.  @xref{open} @xref{fopen}

The default value is @code{O_TEXT}.

@subheading Example

@example
_fmode = O_BINARY;
@end example

@c ----------------------------------------------------------------------
@node _f_morefiles, stdio
@heading @code{_f_morefiles}

@subheading Description

This is an internal function used by @code{fopen}. @xref{fopen}

⌨️ 快捷键说明

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