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

Function STDERROUT

src/isql/isql.h:255–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253static const char* const SCRATCH = "fb_query_";
254
255inline void STDERROUT(const char* st, bool cr = true)
256{
257 fprintf (isqlGlob.Errfp, "%s", st);
258 if (cr)
259 fprintf (isqlGlob.Errfp, "\n");
260 fflush (isqlGlob.Errfp);
261}
262
263#ifdef DEBUG_GDS_ALLOC
264#define ISQL_ALLOC(x) gds__alloc_debug(x, __FILE__, __LINE__)

Callers 1

IUTILS_put_errmsgFunction · 0.85

Calls 1

fflushFunction · 0.85

Tested by

no test coverage detected