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

Function printb

src/gpre/obj_cxx.cpp:3893–3900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3891//
3892
3893static void printb( const TEXT* string, ...)
3894{
3895 va_list ptr;
3896
3897 va_start(ptr, string);
3898 vfprintf(gpreGlob.out_file, string, ptr);
3899 va_end(ptr);
3900}
3901
3902
3903//____________________________________________________________

Callers 1

gen_event_initFunction · 0.70

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected