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

Method OutputInit

src/CrestExtension.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void
91CrestExtension::OutputInit(std::ostream &out)
92{
93 out << "int main(void)" << endl;
94 out << "{" << endl;
95 AbsExtension::default_output_definitions(out, values_, false);
96 output_symbolics(out);
97}
98
99void
100CrestExtension::OutputHeader(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected