summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-05-28 14:04:50 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-05-28 14:04:50 +0000
commite05d6586b5be7e9986b63d3f9be6d2ee6210b8e3 (patch)
treec4f1982280990c5c7a87fc85b5e70f905c814a04 /mpfr-test.h
parent337713d1c7648e2344175278e14af978d09d0690 (diff)
downloadmpfr-e05d6586b5be7e9986b63d3f9be6d2ee6210b8e3.tar.gz
Added prototypes of non-standard functions that weren't always defined.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2313 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index 4f6686eb5..c44b9695f 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -78,10 +78,13 @@ void x86_fldcw _PROTO ((unsigned short cw));
int mpfr_set_machine_rnd_mode _PROTO ((mp_rnd_t));
void mpfr_test_init _PROTO ((void));
-double drand _PROTO ((void));
-int ulp _PROTO ((double, double));
-double dbl _PROTO ((double, int));
+double drand _PROTO ((void));
+double drand48 _PROTO ((void));
+long int lrand48 _PROTO ((void));
+void srand48 _PROTO ((long int));
+long int random _PROTO ((void));
+int ulp _PROTO ((double, double));
+double dbl _PROTO ((double, int));
double Ulp _PROTO ((double));
int Isnan _PROTO ((double));
-