1 _ _ ____ _ 2 ___| | | | _ \| | 3 / __| | | | |_) | | 4 | (__| |_| | _ <| |___ 5 \___|\___/|_| \_\_____| 6 7Include files for libcurl, external users. 8 9They're all placed in the curl subdirectory here for better fit in any kind 10of 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 15curl subdirectory. It makes it more likely to survive future modifications. 16 17The public curl include files can be shared freely between different platforms 18and different architectures. 19