curl_version.3
上传用户:coffee44
上传日期:2018-10-23
资源大小:12304k
文件大小:1k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. ." You can view this file with:
  2. ." nroff -man [file]
  3. ." $Id: curl_version.3,v 1.2 2003/08/11 23:07:38 bagder Exp $
  4. ."
  5. .TH curl_version 3 "5 March 2001" "libcurl 7.0" "libcurl Manual"
  6. .SH NAME
  7. curl_version - returns the libcurl version string
  8. .SH SYNOPSIS
  9. .B #include <curl/curl.h>
  10. .sp
  11. .BI "char *curl_version( );"
  12. .ad
  13. .SH DESCRIPTION
  14. Returns a human readable string with the version number of libcurl and some of
  15. its important components (like OpenSSL version).
  16. .SH RETURN VALUE
  17. A pointer to a zero terminated string.
  18. .SH "SEE ALSO"
  19. .BR curl_version_info "(3)"