README 725 B

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