xref: /aosp_15_r20/external/curl/include/README.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker<!--
2*6236dae4SAndroid Build Coastguard WorkerCopyright (C) Daniel Stenberg, <[email protected]>, et al.
3*6236dae4SAndroid Build Coastguard Worker
4*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl
5*6236dae4SAndroid Build Coastguard Worker-->
6*6236dae4SAndroid Build Coastguard Worker
7*6236dae4SAndroid Build Coastguard Worker# include
8*6236dae4SAndroid Build Coastguard Worker
9*6236dae4SAndroid Build Coastguard WorkerPublic include files for libcurl, external users.
10*6236dae4SAndroid Build Coastguard Worker
11*6236dae4SAndroid Build Coastguard WorkerThey are all placed in the curl subdirectory here for better fit in any kind of
12*6236dae4SAndroid Build Coastguard Workerenvironment. You must include files from here using...
13*6236dae4SAndroid Build Coastguard Worker
14*6236dae4SAndroid Build Coastguard Worker    #include <curl/curl.h>
15*6236dae4SAndroid Build Coastguard Worker
16*6236dae4SAndroid Build Coastguard Worker... style and point the compiler's include path to the directory holding the
17*6236dae4SAndroid Build Coastguard Workercurl subdirectory. It makes it more likely to survive future modifications.
18*6236dae4SAndroid Build Coastguard Worker
19*6236dae4SAndroid Build Coastguard WorkerThe public curl include files can be shared freely between different platforms
20*6236dae4SAndroid Build Coastguard Workerand different architectures.
21