curl_version - returns the libcurl version string
#include <curl/curl.h> char *curl_version( );
Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version).
A pointer to a zero terminated string.
curl_version_info(3)