1 .\" You can view this file with:
3 .\" $Id: curl_version.3,v 1.2 2003/08/11 23:07:38 bagder Exp $
5 .TH curl_version 3 "5 March 2001" "libcurl 7.0" "libcurl Manual"
7 curl_version - returns the libcurl version string
9 .B #include <curl/curl.h>
11 .BI "char *curl_version( );"
14 Returns a human readable string with the version number of libcurl and some of
15 its important components (like OpenSSL version).
17 A pointer to a zero terminated string.
19 .BR curl_version_info "(3)"