fail.h revision 206921
172847Sgshapiro
250472Speter/*
372847Sgshapiro===============================================================================
472847Sgshapiro
572847SgshapiroThis C header file is part of TestFloat, Release 2a, a package of programs
672847Sgshapirofor testing the correctness of floating-point arithmetic complying to the
772847SgshapiroIEC/IEEE Standard for Floating-Point.
872847Sgshapiro
972847SgshapiroWritten by John R. Hauser.  More information is available through the Web
1072847Sgshapiropage `http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/TestFloat.html'.
1172847Sgshapiro
1272847SgshapiroTHIS SOFTWARE IS DISTRIBUTED AS IS, FOR FREE.  Although reasonable effort
1372847Sgshapirohas been made to avoid it, THIS SOFTWARE MAY CONTAIN FAULTS THAT WILL AT
1493315SgshapiroTIMES RESULT IN INCORRECT BEHAVIOR.  USE OF THIS SOFTWARE IS RESTRICTED TO
1593853SgshapiroPERSONS AND ORGANIZATIONS WHO CAN AND WILL TAKE FULL RESPONSIBILITY FOR ANY
1693853SgshapiroAND ALL LOSSES, COSTS, OR OTHER PROBLEMS ARISING FROM ITS USE.
1793853Sgshapiro
1893853SgshapiroDerivative works are acceptable, even for commercial purposes, so long as
1993853Sgshapiro(1) they include prominent notice that the work is derivative, and (2) they
2093853Sgshapiroinclude prominent notice akin to these four paragraphs for those parts of
2193853Sgshapirothis code that are retained.
2293853Sgshapiro
2372847Sgshapiro===============================================================================
2493853Sgshapiro*/
2593853Sgshapiro
2693853Sgshapiroextern char *fail_programName;
2793853Sgshapiro
2893853Sgshapirovoid fail( const char *, ... );
2993853Sgshapiro
3093853Sgshapiro