fouts() - This returns a reference to a formatted_raw_ostream for standard output. Use it like: fouts() << "foo" << "bar";
Declared in <llvm/Support/FormattedStream.h>
<llvm/Support/FormattedStream.h>
formatted_raw_ostream& fouts();
A reference to the formatted standard output stream.