summaryrefslogtreecommitdiff
path: root/mpfr/exp3.c
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-02-11 01:24:11 +0100
committerKevin Ryde <user42@zip.com.au>2001-02-11 01:24:11 +0100
commit5b76145955793e47368b27fe72b47747256d0edc (patch)
tree4d66fcb042cda7ee71b38cf2b57a67439631a5fc /mpfr/exp3.c
parent5f76a7de493a80e02505c76296be7fe77f17ee76 (diff)
downloadgmp-5b76145955793e47368b27fe72b47747256d0edc.tar.gz
* mpfr/add.c,agm.c,exp2.c,exp3.c,generic.c,log2.c,pi.c,print_raw.c,
set_d.c,sin_cos.c,sqrtrem.c,sub.c: Apply some tweaks for K&R.
Diffstat (limited to 'mpfr/exp3.c')
-rw-r--r--mpfr/exp3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr/exp3.c b/mpfr/exp3.c
index 42819d5d8..175ef143d 100644
--- a/mpfr/exp3.c
+++ b/mpfr/exp3.c
@@ -27,8 +27,8 @@ MA 02111-1307, USA. */
/* #define DEBUG */
-int mpfr_exp_rational (mpfr_ptr, mpz_srcptr, int, int);
-int mpfr_exp3 (mpfr_ptr, mpfr_srcptr, mp_rnd_t);
+int mpfr_exp_rational _PROTO ((mpfr_ptr, mpz_srcptr, int, int));
+int mpfr_exp3 _PROTO ((mpfr_ptr, mpfr_srcptr, mp_rnd_t));
int
#if __STDC__