1<!-- 2Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 4SPDX-License-Identifier: curl 5--> 6 7# include 8 9Public include files for libcurl, external users. 10 11They are all placed in the curl subdirectory here for better fit in any kind of 12environment. You must include files from here using... 13 14 #include <curl/curl.h> 15 16... style and point the compiler's include path to the directory holding the 17curl subdirectory. It makes it more likely to survive future modifications. 18 19The public curl include files can be shared freely between different platforms 20and different architectures. 21