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

Function printb

src/gpre/languages/cob.cpp:4113–4120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4111//
4112
4113static void printb(const TEXT* string, ...)
4114{
4115 va_list ptr;
4116
4117 va_start(ptr, string);
4118 vfprintf(gpreGlob.out_file, string, ptr);
4119 va_end(ptr);
4120}
4121#endif
4122
4123//____________________________________________________________

Callers

nothing calls this directly

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected