source: CPL/oasis3/trunk/src/mod/oasis3/src/fpecatch.c @ 1677

Last change on this file since 1677 was 1677, checked in by aclsce, 12 years ago

Imported oasis3 (tag ipslcm5a) from cvs server to svn server (igcmg project).

File size: 148 bytes
Line 
1#if defined use_comm_SIPC || defined use_comm_GMEM
2#include <signal.h>
3extern void getfpe_();
4void fpecatch_()
5{   signal(SIGFPE,getfpe_); }
6#endif
Note: See TracBrowser for help on using the repository browser.