#ifndef FMPQ_VEC_H_ #define FMPQ_VEC_H_ #include #include #include #include char* fmpq_vec_get_str(const long n, const fmpq_t vec); #endif // FMPQ_VEC_H_