]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_from_digits.cc
* All Files have been modified for inclusion of namespace cln;
[cln.git] / src / integer / conv / cl_I_from_digits.cc
index e79c2988b24dcf5ff92b45c06db2dbb8974b97fc..5fc3426d56f8dacc74781b4e80fdb7198a59762b 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "cl_DS.h"
 
+namespace cln {
+
 const cl_I digits_to_I (const char * MSBptr, uintL len, uintD base)
 {
       CL_ALLOCA_STACK;
@@ -84,3 +86,5 @@ const cl_I digits_to_I (const char * MSBptr, uintL len, uintD base)
         }
       return NUDS_to_I(erg_MSDptr,erg_len);
 }
+
+}  // namespace cln