ares_library_initialized (3)
Leading comments
Copyright (C) 2016 by Daniel Stenberg
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of M.I.T. not be used in
advertising or publicity pertaining to distribution of the
software without specific, written prior permission.
M.I.T. ...
(The comments found at the beginning of the groff file "man3/ares_library_initialized.3".)
NAME
ares_library_initialized - get the initialization state
SYNOPSIS
#include <ares.h>
int ares_library_initialized(void)
DESCRIPTION
Returns information if c-ares needs to get initialized.
RETURN VALUE
ARES_ENOTINITIALIZED if not initialized and
ARES_SUCCESS if no
initialization is needed.
AVAILABILITY
This function was first introduced in c-ares version 1.11.0
SEE ALSO
ares_library_init(3),
ares_library_cleanup(3)