]> www.ginac.de Git - cln.git/blobdiff - src/vector/cl_SV_io.h
64-bit mingw port: Extend fprintdecimal and fprinthexadecimal up to 'long long'.
[cln.git] / src / vector / cl_SV_io.h
index 420266f8603844b1853b4e83fbc38877d5a20c20..e43b0c6a4ad1d2b961277d4ca37ab4a9c38e72e8 100644 (file)
@@ -3,18 +3,20 @@
 #ifndef _CL_SV_IO_H
 #define _CL_SV_IO_H
 
-#include "cl_number_io.h"
-#include "cl_SV.h"
-#include "cl_SV_number.h"
+#include "cln/number_io.h"
+#include "cln/SV.h"
+#include "cln/SV_number.h"
 
+namespace cln {
 
 // Gibt einen Vektor aus.
 // print_vector(stream,flags,fun,z);
 // > stream: Stream
 // > flags: Flags
-// > fun: Ausgabefunktion für die einzelnen Elemente
+// > fun: Ausgabefunktion für die einzelnen Elemente
 // > vector: Vektor
-extern void print_vector (cl_ostream stream, const cl_print_flags& flags, void (* fun) (cl_ostream, const cl_print_flags&, const cl_number&), const cl_SV_number& vector);
+extern void print_vector (std::ostream& stream, const cl_print_flags& flags, void (* fun) (std::ostream&, const cl_print_flags&, const cl_number&), const cl_SV_number& vector);
 
+}  // namespace cln
 
 #endif /* _CL_SV_IO_H */