This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ and signal handlers that use sigcontext


>It's illegal to use a function in C++ prior to declaring it. `exit' is declared in "stdlib.h".

I presume Claudio meant the C++ header <cstdlib>, not the (unusally designated with quotes instead of angled-backets) C header "stdlib.h".

--Eljay



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]