curlversion(3) libcurl Manual curlversion(3)
NAME
curlversion - returns the libcurl version string
SYNOPSIS
##include <>
char **curlversion( );;
DESCRIPTION
Returns a human readable string with the version number of libcurl and
some of its important components (like OpenSL version).
RETURN VALUE
A pointer to a zero terminated string.
SEE ALSO
curlversioninfo(3)
libcurl 7.0 5 March 2001 curlversion(3)
|