Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
curl_version(3) | libcurl Manual | curl_version(3) |
NAME
curl_version - returns the libcurl version stringDESCRIPTION
Returns a human readable string with the version number of libcurl and some of its important components (like OpenSSL version).AVAILABILITY
AlwaysRETURN VALUE
A pointer to a null-terminated string. The string resides in a statically allocated buffer and must not be freed by the caller.SEE ALSO
curl_version_info(3)May 17, 2022 | libcurl 7.84.0 |