#ifndef ARB_POLY_H_ #define ARB_POLY_H_ #include char * arb_poly_get_strd(const arb_poly_t x, slong digits); #endif // ARB_POLY_H_