let's inline those, so that we can call them from the debugger
| 304 | |
| 305 | // let's inline those, so that we can call them from the debugger |
| 306 | inline char* pString(poly p) {return p_String(p, currRing, currRing);} |
| 307 | inline void pString0(poly p) {p_String0(p, currRing, currRing);} |
| 308 | inline void pWrite(poly p) {p_Write(p, currRing, currRing);} |
| 309 | inline void pWrite0(poly p) {p_Write0(p, currRing, currRing);} |
no test coverage detected