home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BORLAND / JNFB88.ARC / 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.