summaryrefslogtreecommitdiff
path: root/mpfr-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr-test.h')
-rw-r--r--mpfr-test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpfr-test.h b/mpfr-test.h
index 0e021b87d..28968219b 100644
--- a/mpfr-test.h
+++ b/mpfr-test.h
@@ -22,6 +22,7 @@ MA 02111-1307, USA. */
#ifndef __MPFR_TEST_H__
#define __MPFR_TEST_H__
+#include <stdio.h>
#include "mpfr-impl.h"
/* generates a random long int, a random double,
@@ -78,6 +79,8 @@ int Isnan _MPFR_PROTO ((double));
void d_trace _MPFR_PROTO ((const char *, double));
void ld_trace _MPFR_PROTO ((const char *, long double));
+FILE *src_fopen _MPFR_PROTO ((const char *filename, const char *mode));
+
int mpfr_cmp_str _MPFR_PROTO ((mpfr_srcptr x, const char *s, int base,
mp_rnd_t rnd));
#define mpfr_cmp_str1(x,s) mpfr_cmp_str(x,s,10,GMP_RNDN)