#ifndef CSRC_ACB_POLY_H_ #define CSRC_ACB_POLY_H_ #include char * acb_poly_get_strd(const acb_poly_t x, slong digits); #endif // CSRC_ACB_POLY_H_