curl_version - returns the libcurl version string
Synopsis
Description
Return Value
#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)
| libcurl 7.0 | curl_version (3) | 5 March 2001 |