1 | # include
|
---|
2 |
|
---|
3 | Public include files for libcurl, external users.
|
---|
4 |
|
---|
5 | They're all placed in the curl subdirectory here for better fit in any kind of
|
---|
6 | environment. 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
|
---|
11 | curl subdirectory. It makes it more likely to survive future modifications.
|
---|
12 |
|
---|
13 | The public curl include files can be shared freely between different platforms
|
---|
14 | and different architectures.
|
---|