summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-02-28 23:11:39 +0100
committerKevin Ryde <user42@zip.com.au>2001-02-28 23:11:39 +0100
commit3a204573598930609959a8b08dd900166c835e40 (patch)
treef8052d39622e484f18e80b807ae5f62524f4a5e4 /tests/tests.h
parentc61d512fe1d4364b1c1a0975496b7d9922b17969 (diff)
downloadgmp-3a204573598930609959a8b08dd900166c835e40.tar.gz
* tests/refmpz.c (refmpz_pow_ui): Copied from tests/mpz/t-pow_ui.c
* tests/tests.h: Add prototypes.
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 2942a359e..3982f100e 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -252,6 +252,8 @@ int refmpz_kronecker_ui _PROTO ((mpz_srcptr, unsigned long));
int refmpz_si_kronecker _PROTO ((long, mpz_srcptr));
int refmpz_ui_kronecker _PROTO ((unsigned long, mpz_srcptr));
+void refmpz_pow_ui _PROTO ((mpz_ptr w, mpz_srcptr b, unsigned long e));
+
#if defined (__cplusplus)
}