#ifndef FMPZ_H_ #define FMPZ_H_ #include void fmpz_init_(fmpz_t t); void fmpz_clear_(fmpz_t t); #endif // FMPZ_H_