#ifndef CSRC_ACB_POLY_H_ #define CSRC_ACB_POLY_H_ #include <flint/acb_poly.h> char * acb_poly_get_strd(const acb_poly_t x, slong digits); #endif // CSRC_ACB_POLY_H_