]> www.ginac.de Git - cln.git/blob - include/cl_integer_ring.h
Make @exec_prefix@ usable in shell scripts.
[cln.git] / include / cl_integer_ring.h
1 // Built-in integer ring.
2
3 #ifndef _CL_INTEGER_RING_H
4 #define _CL_INTEGER_RING_H
5
6 #include "cl_ring.h"
7 #include "cl_integer_class.h"
8
9 typedef cl_specialized_number_ring<cl_I> cl_integer_ring;
10 extern const cl_integer_ring cl_I_ring;         // math. Z
11 extern cl_class cl_class_integer_ring;
12 //CL_REQUIRE(cl_I_ring)
13
14 #endif /* _CL_INTEGER_RING_H */