1curl_version(3) libcurl Manual curl_version(3)
23
4
NAME
6curl_version - returns the libcurl version string
7
SYNOPSIS
9#include <curl/curl.h>
1011
char *curl_version( );
12
DESCRIPTION
14Returns a human readable string with the version number of libcurl and
15some of its important components (like OpenSSL version).
16
RETURN VALUE
18A pointer to a zero terminated string.
19
SEE ALSO
21curl_version_info(3)
2223
24
25
libcurl 7.0 5 March 2001 curl_version(3)