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