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
|