]> www.ginac.de Git - cln.git/blobdiff - src/integer/division/cl_I_trunc1.cc
* */*: Removed problematic stdin, stdout and stderr definitions.
[cln.git] / src / integer / division / cl_I_trunc1.cc
index 08f22058594d729709f8a82dde31982f1b247431..a499d9da8dad32b782436d9d87e0a8cd5ed7ffa2 100644 (file)
@@ -4,13 +4,15 @@
 #include "cl_sysdep.h"
 
 // Specification.
-#include "cl_integer.h"
+#include "cln/integer.h"
 
 
 // Implementation.
 
 #include "cl_I.h"
 
+namespace cln {
+
 const cl_I truncate1 (const cl_I& x, const cl_I& y)
 {
 // Methode:
@@ -25,3 +27,5 @@ const cl_I truncate1 (const cl_I& x, const cl_I& y)
     { q = -q; }
   return q;
 }
+
+}  // namespace cln