GNU/Linux |
RedHat 9.0(Shrike) |
|
![]() |
curl_version(3) |
![]() |
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).
Note: this returns the actual running lib’s version, you might have installed a newer lib’s include files in your system which may turn your LIBCURL_VERSION #define value to differ from this result.
A pointer to a zero terminated string.
The LIBCURL_VERSION #define in <curl/curl.h>
Surely there are some, you tell me!
![]() |
curl_version(3) | ![]() |