// This may look like C code, but it is really -*- C++ -*- // Pour la gestion des signaux a travers des exceptions #ifndef SOPHYASIGHANDLE_SEEN #define SOPHYASIGHANDLE_SEEN #include "machdefs.h" namespace SOPHYA { void SophyaConfigureSignalhandling(bool cfpe=false, bool csegv=false, bool cint=false, bool cquit=false, bool cusr1=false, bool cusr2=false); } // namespace SOPHYA #endif