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

Method OutputHeader

src/CrestExtension.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void
100CrestExtension::OutputHeader(std::ostream &out)
101{
102 out << "#include \"crest.h\"" << endl;
103}
104
105void
106CrestExtension::OutputTail(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected