Documentation bug
Chris Saunders
evas at mountaincable.net
Thu Apr 24 08:35:14 CEST 2008
URL:
http://gmplib.org/manual/Integer-Import-and-Export.html#Integer-Import-and-E
xport
Error: - Function: void * mpz_export (void *rop, size_t *countp, int order,
int size, int endian, size_t nails, mpz_t op)
Here the definition from gmp.h:
#define mpz_export __gmpz_export
__GMP_DECLSPEC void *mpz_export __GMP_PROTO ((void *, size_t *, int, size_t,
int, size_t, mpz_srcptr));
The signatures don't appear to be the same.
Regards
Chris Saunders
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gmplib.org/list-archives/gmp-bugs/attachments/20080424/12413602/attachment.html
More information about the gmp-bugs
mailing list