MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / API_ROUTINE gds__put_error

Function API_ROUTINE gds__put_error

src/yvalve/gds.cpp:2205–2221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2203
2204
2205void API_ROUTINE gds__put_error(const TEXT* string)
2206{
2207/**************************************
2208 *
2209 * g d s _ p u t _ e r r o r
2210 *
2211 **************************************
2212 *
2213 * Functional description
2214 * Put out a line of error text.
2215 *
2216 **************************************/
2217
2218 fputs(string, stderr);
2219 fputc('\n', stderr);
2220 fflush(stderr);
2221}
2222
2223
2224void API_ROUTINE gds__qtoq(const void* quad_in, void* quad_out)

Callers

nothing calls this directly

Calls 2

fputsFunction · 0.85
fflushFunction · 0.85

Tested by

no test coverage detected