Namespaces
Variants

SIG_ERR

From cppreference.net
Utilities library
定义于头文件 <csignal>
#define SIG_ERR /* implementation defined */

类型为 void ( * ) ( int ) 的值。当通过 std::signal 返回时,表示发生了错误。

参见

为特定信号设置信号处理程序
(函数)
C 文档 for SIG_ERR