Error numbers
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
<errno.h>
中定义的宏扩展到整数常量表达式的类型int,每一个独特的正面价值。下面的常量定义(实现可以定义,只要他们开始与'E'其次是数字或大写字母)原文:
Each of the macros defined in
<errno.h>
expands to integer constant expressions with type int, each with a unique positive value. The following constants are defined (the implementation may define more, as long as they begin with 'E' followed by digits or uppercase letters) 在头文件
<errno.h> 中定义 | |
EDOM |
数学参数超出域的功能 原文: Mathematics argument out of domain of function (常量宏) |
EILSEQ (C99) |
非法的字节序列 (常量宏) |
ERANGE |
结果太大 (常量宏) |
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
宏扩展到本地POSIX兼容线程错误号variable
(宏变量) 原文: macro which expands to POSIX-compatible thread-local error number variable (宏变量) | |
显示一个字符串相应的电流误差stderr 原文: displays a character string corresponding of the current error to stderr (函数) | |
返回一个给定的错误代码的文本版本 原文: returns a text version of a given error code (函数) |