Documentation bug
Chris Saunders
evas at mountaincable.net
Thu Apr 24 08:15:12 CEST 2008
URL:
http://gmplib.org/manual/Integer-Import-and-Export.html#Integer-Import-and-E
xport
Error: - Function: void mpz_import (mpz_t rop, size_t count, int order, int
size, int endian, size_t nails, const void *op)
Here is the signature from gmp.h:
#define mpz_import __gmpz_import
__GMP_DECLSPEC void mpz_import __GMP_PROTO ((mpz_ptr, size_t, int, size_t,
int, size_t, __gmp_const void *));
I think the correction should be:
- Function: void mpz_import (mpz_t rop, size_t count, int order, size_t
size, int endian, size_t nails, const void *op)
Regards
Chris Saunders
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gmplib.org/list-archives/gmp-bugs/attachments/20080424/3e74801f/attachment.html
More information about the gmp-bugs
mailing list