Error handling
来自cppreference.com
< c
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
[编辑] 类型
在头文件
<errno.h> 中定义 | |
在头文件
<stdio.h> 中定义 | |
errno_t (C11) |
the type of errno value (typedef) |
[编辑] 错误号
在头文件
<errno.h> 中定义 | |
宏扩展到本地POSIX兼容线程错误号variable
(宏变量) 原文: macro which expands to POSIX-compatible thread-local error number variable (宏变量) | |
宏为标准的POSIX兼容的错误条件 原文: macros for standard POSIX-compatible error conditions (常量宏) |
[编辑] 断言
在头文件
<assert.h> 中定义 | |
如果用户指定的条件是不true中止该程序。发布版本中可能会被禁用 原文: aborts the program if the user-specified condition is not true. May be disabled for release builds (函数宏) | |
(C11) |
issues a compile-time diagnostic if the value of a constant expression is false (函数宏) |