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

Function printb

src/gpre/languages/rmc.cpp:4345–4352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4343//
4344
4345static void printb(const TEXT* string, ...)
4346{
4347 va_list ptr;
4348
4349 va_start(ptr, string);
4350 vfprintf(gpreGlob.out_file, string, ptr);
4351 va_end(ptr);
4352}
4353#endif
4354
4355//____________________________________________________________

Callers

nothing calls this directly

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected