1 // csignal standard header
2 #pragma once
3 #ifndef _CSIGNAL_
4 #define _CSIGNAL_
5 #include <yvals.h>
6
7 #ifdef _STD_USING
8  #undef _STD_USING
9   #include <signal.h>
10  #define _STD_USING
11
12 #else /* _STD_USING */
13  #include <signal.h>
14
15 #ifndef RC_INVOKED
16  #if _GLOBAL_USING
17 _STD_BEGIN
18 using ::sig_atomic_t; using ::raise; using ::signal;
Lines 19 ... 28 are skipped.
29  V5.02:0009 */
30