summaryrefslogtreecommitdiff
path: root/mpf/urandomb.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/urandomb.c
parentca4999701473b3895e884412c337bc69b06e3fd3 (diff)
downloadgmp-a30062b9487102e3171a2f58036a184d6a5d824d.tar.gz
Remove K&R function headers.
Diffstat (limited to 'mpf/urandomb.c')
-rw-r--r--mpf/urandomb.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mpf/urandomb.c b/mpf/urandomb.c
index 15d73ae82..ae7779735 100644
--- a/mpf/urandomb.c
+++ b/mpf/urandomb.c
@@ -26,14 +26,7 @@ MA 02111-1307, USA. */
#include "gmp-impl.h"
void
-#if __STDC__
mpf_urandomb (mpf_t rop, gmp_randstate_t rstate, unsigned long int nbits)
-#else
-mpf_urandomb (rop, rstate, nbits)
- mpf_t rop;
- gmp_randstate_t rstate;
- unsigned long int nbits;
-#endif
{
mp_ptr rp;
mp_size_t nlimbs;