curl/include/README

19 lines
725 B
Plaintext
Raw Normal View History

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
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.
The public curl include files can be shared freely between different platforms
and different architectures.