Documentation bug
Chris Saunders
evas at mountaincable.net
Sun Aug 5 02:04:45 CEST 2007
In section 9.1 Random State Initialization the signature for
gmp_randinit_set is this:
int gmp_randinit_set (gmp_randstate_t rop, gmp_randstate_t op)
In gmp.h the signature is this:
void gmp_randinit_set __GMP_PROTO ((gmp_randstate_t, __gmp_const
__gmp_randstate_struct *));
which shows a return value of void.
This is taken from the online documentation.
Regards
Chris Saunders
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gmplib.org/list-archives/gmp-bugs/attachments/20070804/15f9f494/attachment.html
More information about the gmp-bugs
mailing list