raise
raise(SIGINT);
raise(SIGSEGV);
int raise(int);
raise(SIGKILL);
raise(SIGABRT);
raise(SIGABRT);
int raise(int);
__strong_reference(_raise, raise);
raise(WSTOPSIG(pstat));
raise(ReceivedSignal);
raise(sig); /* now hand down the sig */
int except, i, pass, raise, status;
raise = FE_DIVBYZERO | FE_INVALID;
raise = ALL_STD_EXCEPT ^ except;
raiseexcept(raise);
assert(feraiseexcept(raise) == 0);
assert(fetestexcept(ALL_STD_EXCEPT) == raise);
int except, i, pass, status, raise;
raise = FE_DIVBYZERO | FE_INVALID;
raise = ALL_STD_EXCEPT ^ except;
raiseexcept(raise);
(except | raise));
raise(SIGSTOP);