home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / JNFB88.ZIP / CFLOAT.ARC / MATHERR.C < prev    next >
Encoding:
C/C++ Source or Header  |  1987-10-19  |  94 b   |  6 lines

  1. /* Listing 7: */
  2.  
  3. #include <math.h>
  4. int cdecl matherr(struct exception *e)
  5. { return 1;}
  6.