<csignal>


#include <signal.h>

namespace std {
using ::sig_atomic_t; using ::raise; using ::signal;
    };

Include the standard header <csignal> to effectively include the standard header <signal.h> within the std namespace.


See also the Table of Contents and the Index.

Copyright © 1992-1996 by P.J. Plauger. All rights reserved.