ARES_LIBRARY_INITIALIZED(3) | Library Functions Manual | ARES_LIBRARY_INITIALIZED(3) |
ares_library_initialized - get the initialization state
#include <ares.h> int ares_library_initialized(void)
Returns information if c-ares needs to get initialized.
ARES_ENOTINITIALIZED if not initialized and ARES_SUCCESS if no initialization is needed.
This function was first introduced in c-ares version 1.11.0
29 Sep 2016 |