home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / borland / jnfb88.arc / CFLOAT.ARC / MATHERR.C < prev    next >
Text File  |  1987-10-19  |  94b  |  6 lines

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