CppDS.com

C++ 98 11 14 17 20 手册

SIG_ERR

来自cppreference.com
< cpp‎ | utility‎ | program
 
 
工具库
通用工具
日期和时间
函数对象
格式化库 (C++20)
(C++11)
关系运算符 (C++20 中弃用)
整数比较函数
(C++20)
swap 与类型运算
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
常用词汇类型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等字符串转换
(C++17)
(C++17)
 
 
定义于头文件 <csignal>
#define SIG_ERR /* implementation defined */

void (*)(int) 类型的值。为 std::signal 返回时,指示发生错误。

参阅

为特定信号设置信号处理函数
(函数)
关闭