]> www.ginac.de Git - cln.git/blob - src/integer/bitwise/cl_I_ash.h
d820b1a9fb8a0458955f13465057a609c2e4c461
[cln.git] / src / integer / bitwise / cl_I_ash.h
1 // cl_I internals for ash
2
3 #ifndef _CL_I_ASH_H
4 #define _CL_I_ASH_H
5
6 #include "cl_number.h"
7 #include "cl_integer_class.h"
8 #include "cl_macros.h"
9
10 nonreturning_function(extern, cl_ash_error, (const cl_I& badamount));
11
12 #endif /* _CL_I_ASH_H */