monomials.cc
Go to the documentation of this file.
1 /****************************************
2 * Computer Algebra System SINGULAR *
3 ****************************************/
4 
5 /***************************************************************
6  *
7  * File: polys-impl.cc
8  * Purpose: low-level procuders for polys.
9  *
10  * If you touch anything here, you better know what you are doing.
11  * What is here should not be used directly from other routines -- the
12  * encapsulations in polys.[h,cc] should be used, instead.
13  *
14  ***************************************************************/
15 #ifndef POLYS_IMPL_CC
16 #define POLYS_IMPL_CC
17 
18 #include <stdio.h>
19 #include <string.h>
20 
21 
22 
23 
24 
25 #include <omalloc/omalloc.h>
26 #include <misc/auxiliary.h>
27 
28 #ifdef PDEBUG
29 #undef NO_INLINE3
30 #define NO_INLINE3
31 #endif
32 
33 
34 #endif // POLYS_IMPL_CC
All the auxiliary stuff.