|
NAMEares_library_initialized - get the initialization stateSYNOPSIS#include <ares.h> int ares_library_initialized(void) DESCRIPTIONReturns information if c-ares needs to get initialized.RETURN VALUEARES_ENOTINITIALIZED if not initialized and ARES_SUCCESS if no initialization is needed.AVAILABILITYThis function was first introduced in c-ares version 1.11.0SEE ALSOares_library_init(3), ares_library_cleanup(3)
Visit the GSP FreeBSD Man Page Interface. |