Home | History | Annotate | only in /external/curl/include
Up to higher level directory
NameDateSize
curl/22-Oct-2020
Makefile.am22-Oct-202080
README22-Oct-2020725

README

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 Include files for libcurl, external users.
      8 
      9 They're all placed in the curl subdirectory here for better fit in any kind
     10 of environment. You must include files from here using...
     11 
     12         #include <curl/curl.h>
     13 
     14 ... style and point the compiler's include path to the directory holding the
     15 curl subdirectory. It makes it more likely to survive future modifications.
     16 
     17 The public curl include files can be shared freely between different platforms
     18 and different architectures.
     19