summaryrefslogtreecommitdiff
path: root/mpf/out_str.c
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-01-02 09:34:55 +0100
committertege <tege@gmplib.org>2001-01-02 09:34:55 +0100
commita30062b9487102e3171a2f58036a184d6a5d824d (patch)
tree00d690b52e5def66954bf7b9fd1af2e34f67b085 /mpf/out_str.c
parentca4999701473b3895e884412c337bc69b06e3fd3 (diff)
downloadgmp-a30062b9487102e3171a2f58036a184d6a5d824d.tar.gz
Remove K&R function headers.
Diffstat (limited to 'mpf/out_str.c')
-rw-r--r--mpf/out_str.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/mpf/out_str.c b/mpf/out_str.c
index e0846674b..d9b919c58 100644
--- a/mpf/out_str.c
+++ b/mpf/out_str.c
@@ -27,15 +27,7 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
size_t
-#if __STDC__
mpf_out_str (FILE *stream, int base, size_t n_digits, mpf_srcptr op)
-#else
-mpf_out_str (stream, base, n_digits, op)
- FILE *stream;
- int base;
- size_t n_digits;
- mpf_srcptr op;
-#endif
{
char *str;
mp_exp_t exp;