Thông Nguyễn Văn <[email protected]> writes: #include <gmp.h> int main() { mpz_t x,y; mpz_inits(x,y); // use "mpz_init(x);mpz_init(y);" to get correct. } You need to append a NULL argument. (See the GMP manual for usage details.)
No GMP bug. -- Torbjörn Please encrypt, key id 0xC8601622 _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
