2010-02-14 14:40:18 -05:00
|
|
|
_ _ ____ _
|
|
|
|
___| | | | _ \| |
|
|
|
|
/ __| | | | |_) | |
|
|
|
|
| (__| |_| | _ <| |___
|
1999-12-29 09:20:26 -05:00
|
|
|
\___|\___/|_| \_\_____|
|
|
|
|
|
|
|
|
Include files for libcurl, external users.
|
|
|
|
|
|
|
|
They're all placed in the curl subdirectory here for better fit in any kind
|
2008-08-06 20:29:08 -04:00
|
|
|
of environment. You must include files from here using...
|
1999-12-29 09:20:26 -05:00
|
|
|
|
|
|
|
#include <curl/curl.h>
|
|
|
|
|
|
|
|
... style and point the compiler's include path to the directory holding the
|
2000-03-02 18:12:55 -05:00
|
|
|
curl subdirectory. It makes it more likely to survive future modifications.
|
2003-05-27 08:51:46 -04:00
|
|
|
|
2018-06-25 09:01:12 -04:00
|
|
|
The public curl include files can be shared freely between different platforms
|
|
|
|
and different architectures.
|