Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ API_ROUTINE gds__log
Function
API_ROUTINE gds__log
src/utilities/install/services.cpp:566–574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
564
// we need this ugly workaround.
565
//
566
extern
"C"
void API_ROUTINE gds__log(const TEXT* text, ...)
567
{
568
va_list ptr;
569
570
va_start(ptr, text);
571
vprintf(text, ptr);
572
va_end(ptr);
573
printf(
"\n\n"
);
574
}
575
576
//
577
// EOF
Callers
nothing calls this directly
Calls
1
vprintf
Function · 0.85
Tested by
no test coverage detected