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.