logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ares_library_initialized - get the initialization state

Availability

This function was first introduced in c-ares version 1.11.0

Description

Returns information if c-ares needs to get initialized.

Name

ares_library_initialized - get the initialization state

Return Value

ARES_ENOTINITIALIZED if not initialized and ARES_SUCCESS if no initialization is needed.

See Also

ares_library_init(3), ares_library_cleanup(3) 29 Sep 2016 ARES_LIBRARY_INITIALIZED(3)

Synopsis

#include <ares.h> int ares_library_initialized(void)

See Also