ares_library_cleanup (3) Linux Manual Page
NAME ares_library_cleanup – c-ares library deinitialization SYNOPSIS #include <ares.h> void ares_library_cleanup(void) cc file.c – lcares DESCRIPTION The ares_library_cleanup function uninitializes the c-ares library, freeing all resources previously acquired by ares_library_init(3) when the library was initialized, provided there was only one single previous call to ares_library_init(3). If there was more than one previous call to ares_library_init(3),…
