Test library initialization state

ss_initialized is a function defined in sslib.c.

Synopsis:

htri_t ss_initialized(void)

Description: Tests whether the library has been successfully initialized but not yet finalized.

Return Value: Returns true (positive) if the library has been initialized but not yet finalized and false otherwise. This function never fails and does not implicitly initialize the library.

Parallel Notes: Independent, although typically called collectively.

See Also:

  • Library: Introduction for current chapter