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

Function decContextZeroStatus

extern/decNumber/decContext.c:433–436  ·  view source on GitHub ↗

------------------------------------------------------------------ */ decContextZeroStatus -- clear all status bits */ / context is the context structure to be updated */ returns context */ / No error is possible. */ ------------------------------------------------

Source from the content-addressed store, hash-verified

431/* No error is possible. */
432/* ------------------------------------------------------------------ */
433decContext *decContextZeroStatus(decContext *context) {
434 context->status=0;
435 return context;
436 } // decContextZeroStatus
437

Callers 1

checkForExceptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected