gmp_randstate_ptr ?
Emmanuel Thomé
Emmanuel.Thome at inria.fr
Tue Aug 1 12:43:33 UTC 2017
Hi,
Is there any reason why we don't have gmp_randstate_ptr (and maybe even
gmp_randstate_srcptr) ?
E.
-------------- next part --------------
diff -r e12a84fa9cdf gmp-h.in
--- a/gmp-h.in Mon Jul 24 12:53:57 2017 +0200
+++ b/gmp-h.in Tue Aug 01 14:34:41 2017 +0200
@@ -227,6 +227,8 @@
typedef __mpf_struct *mpf_ptr;
typedef const __mpq_struct *mpq_srcptr;
typedef __mpq_struct *mpq_ptr;
+typedef const __gmp_randstate_struct *gmp_randstate_srcptr;
+typedef __gmp_randstate_struct *gmp_randstate_ptr;
#if __GMP_LIBGMP_DLL
More information about the gmp-devel
mailing list