MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ifndef

Function ifndef

src/gpre/obj_cxx.cpp:1416–1419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414//
1415
1416static void ifndef(const char* nm, const char* nm2 = "")
1417{
1418 fprintf(gpreGlob.out_file, "\n#ifndef %s%s", nm, nm2);
1419}
1420
1421static void endif()
1422{

Callers 1

gen_databaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected