1curl_version(3)                 libcurl Manual                 curl_version(3)
2
3
4

NAME

6       curl_version - returns the libcurl version string
7

SYNOPSIS

9       #include <curl/curl.h>
10
11       char *curl_version( );
12

DESCRIPTION

14       Returns  a human readable string with the version number of libcurl and
15       some of its important components (like OpenSSL version).
16
17       We recommend using curl_version_info(3) instead!
18

RETURN VALUE

20       A pointer to a zero terminated string. The string resides in  a  statiā€
21       cally allocated buffer and must not be freed by the caller.
22

SEE ALSO

24       curl_version_info(3)
25
26
27
28libcurl 7.64.0                 February 03, 2016               curl_version(3)
Impressum