Oasis3 4.0.2
fpecatch.c
Go to the documentation of this file.
00001 #if defined use_comm_SIPC || defined use_comm_GMEM
00002 #include <signal.h>
00003 extern void getfpe_();
00004 void fpecatch_()
00005 {   signal(SIGFPE,getfpe_); }
00006 #endif
 All Data Structures Namespaces Files Functions Variables Defines