// print_float().

// General includes.
#include "cl_sysdep.h"

// Specification.
#include "cln/float_io.h"


// Implementation.

#include "cln/output.h"

namespace cln {

void print_float (std::ostream& stream, const cl_print_real_flags& flags, const cl_F& z)
{
	print_float(stream,(const cl_print_float_flags&)flags,z);
}

}  // namespace cln


syntax highlighted by Code2HTML, v. 0.9.1