Standard C++ Library Reference ISO/IEC (VERSION3)
SIG_DFL
#define SIG_DFL <address constant expression>
The macro yields the func argument value to signal to specify default signal handling.
SIG_ERR
#define SIG_ERR <address constant expression>
The macro yields the signal return value to specify an erroneous call.
SIG_IGN
#define SIG_IGN <address constant expression>
The macro yields the func argument value to signal to specify that the target environment is
to henceforth ignore the signal.
See also the Table of Contents and the Index.
Copyright © 1989-2001 by P.J. Plauger and Jim Brodie. All rights reserved.