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

Function printb

src/gpre/languages/ftn.cpp:4276–4283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4274//
4275
4276static void printb(const TEXT* string, ...)
4277{
4278 va_list ptr;
4279
4280 va_start(ptr, string);
4281 vfprintf(gpreGlob.out_file, string, ptr);
4282 va_end(ptr);
4283}
4284#endif
4285

Callers

nothing calls this directly

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected