SIG_DFL
西格[医]DFL、SIG[医]IGN
Defined in header | | |
---|---|---|
#define SIG_DFL /*implementation defined*/ | | |
#define SIG_IGN /*implementation defined*/ | | |
大SIG_DFL
和SIG_IGN
宏展开为不等于任何函数的地址的整数表达式。宏定义了用于std::signal
()
功能。
Constant | Explanation |
---|---|
SIG_DFL | default signal handling |
SIG_IGN | signal is ignored |
另见
c SIG文件[医]DFL、SIG[医]IGN
*。
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。