etlegacy-libs/curl/include
Remy Marquis c7edc0b7ff libs: updated to cURL 7.63.0 2019-01-03 16:09:10 +01:00
..
curl libs: updated to cURL 7.63.0 2019-01-03 16:09:10 +01:00
Makefile.am imported cURL version 7.26.0 2012-06-01 16:23:17 +01:00
Makefile.in libs: updated to cURL 7.63.0 2019-01-03 16:09:10 +01:00
README libs: updated to cURL 7.61 2018-07-15 17:57:46 +02:00

README

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

Include files for libcurl, external users.

They're all placed in the curl subdirectory here for better fit in any kind
of environment. You must include files from here using...

        #include <curl/curl.h>

... style and point the compiler's include path to the directory holding the
curl subdirectory. It makes it more likely to survive future modifications.

The public curl include files can be shared freely between different platforms
and different architectures.