MCPcopy Create free account
hub / github.com/csmith-project/csmith / outputln

Method outputln

src/DefaultOutputMgr.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void
249DefaultOutputMgr::outputln(ostream &out)
250{
251 out << std::endl;
252}
253
254void
255DefaultOutputMgr::output_comment_line(ostream &out, const std::string &comment)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected