readme

来自「功能最强大的网络爬虫,希望大家好好学习啊,好好研究啊」· 代码 · 共 39 行

TXT
39
字号
                                  _   _ ____  _                                   ___| | | |  _ \| |                                 / __| | | | |_) | |                                | (__| |_| |  _ <| |___                              \___|\___/|_| \_\_____|Include files for libcurl, external users.They're all placed in the curl subdirectory here for better fit in any kindof environment. You should include files from here using...        #include <curl/curl.h>... style and point the compiler's include path to the directory holding thecurl subdirectory. It makes it more likely to survive future modifications.NOTE FOR LIBCURL HACKERSAll the include files in this tree are written and intended to be installed ona system that may serve multiple platforms and multiple applications, allusing libcurl (possibly even different libcurl installations using differentversions). Therefore, all header files in here must obey these rules:* They cannot depend on or use configure-generated results from libcurl's or  curl's directories. Other applications may not run configure as (lib)curl  does, and using platform dependent info here may break other platforms.* We cannot assume anything else but very basic compiler features being  present. While libcurl requires an ANSI C compiler to build, some of the  earlier ANSI compilers clearly can't deal with some preprocessor operators.* Newlines must remain unix-style for older compilers' sake.* Comments must be written in the old-style /* unnested C-fashion */To figure out how to do good and portable checks for features, operatingsystems or specific hardwarare, a very good resource is Bjorn Reese'scollection at http://predef.sf.net/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?