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

Method OutputHeader

src/SplatExtension.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void
86SplatExtension::OutputHeader(std::ostream &out)
87{
88 out << "#ifdef __SPLAT__" << endl;
89 out << "#include \"../includes/instrument.h\"" << endl;
90 out << "#endif" << endl;
91}
92
93void
94SplatExtension::OutputTail(std::ostream &out)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected