#include #include #include void p_fmpz_clear(fmpz_t x) { #ifdef DEBUG flint_fprintf(stderr, "p_fmpz_clear 0x%016p\n", x); #endif fmpz_clear(x); }