__p__fmode

指向 _fmode 全局变量,执行文件 I/O 操作指定 特定模式的默认文件 。

int* __p__fmode(
   );

返回值

_fmode 全局变量的指针。

备注

__p__fmode 功能仅供内部使用,不应从用户代码调用。

特定模式的文件。 _open_pipe I/O 操作指定 binarytext 转换。 有关更多信息,请参见 _fmode

要求

实例

必需的头

__p__fmode

stdlib.h