curl_version(3) - Linux man page

Name

curl_version - returns the libcurl version string

Synopsis

#include <curl/curl.h>

char *curl_version( );

Description

Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version).

Return Value

A pointer to a zero terminated string.

See Also

curl_version_info(3)