summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
authorhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 10:49:00 +0000
committerhanrot <hanrot@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-20 10:49:00 +0000
commite864f2e8b7b6ff039f21ec73c6ec81118dbe54a4 (patch)
treeff645a548ab6fc50f2f7ccb7ca6bd8c96c55834b /mpfr-test.h
parent061c2f917ca4fc3b5b6cf760072422c0fd0d2c90 (diff)
downloadmpfr-e864f2e8b7b6ff039f21ec73c6ec81118dbe54a4.tar.gz
Added prototypes for all test files.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@904 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index e279a9782..65bdf36fe 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -29,6 +29,11 @@ MA 02111-1307, USA. */
#define random mrand48
#endif
+
+double drand();
+int ulp _PROTO((double, double));
+double dbl _PROTO((double, double));
+
/* generate a random double using the whole range of possible values,
including denormalized numbers, NaN, infinities, ... */
double drand()