variable argument lenth mpz init

Kevin Ryde user42@zip.com.au
Sat, 28 Dec 2002 07:11:55 +1000


enders game <endersgame99@yahoo.com> writes:
>
> 	mpz_init_va(3, &a, &b, &c);

You probably don't need the "&" there.

An alternative to passing a count like 3 might be to look for a NULL
to mark the end of the list.  Could be easier when adding or removing
things.