6 #include "cl_number_io.h"
8 #include "cl_SV_number.h"
11 // Gibt einen Vektor aus.
12 // print_vector(stream,flags,fun,z);
15 // > fun: Ausgabefunktion für die einzelnen Elemente
17 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);
20 #endif /* _CL_SV_IO_H */