curl_version_info (3) Linux Manual Page
NAME curl_version_info – returns run-time libcurl version info SYNOPSIS #include <curl/curl.h> curl_version_info_data *curl_version_info( CURLversion type); DESCRIPTION Returns a pointer to a filled in struct with information about various run-time features in libcurl. type should be set to the version of this functionality by the time you write your program. This way, libcurl will always return…
