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

Function printb

src/gpre/c_cxx.cpp:3895–3902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

gen_event_initFunction · 0.70

Calls 1

vfprintfFunction · 0.85

Tested by

no test coverage detected