llvm::fouts

fouts() - This returns a reference to a formatted_raw_ostream for standard output. Use it like: fouts() << "foo" << "bar";

Synopsis

Declared in <llvm/Support/FormattedStream.h>

formatted_raw_ostream&
fouts();

Return Value

A reference to the formatted standard output stream.