home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / astrnomy / de118i.zip / MTHERR.C < prev    next >
C/C++ Source or Header  |  1993-03-01  |  101b  |  8 lines

  1. mtherr(str, code)
  2. char *str;
  3. int code;
  4. {
  5. printf( "%s math library error\n", str );
  6. exit(1);
  7. }
  8.