curl/include/README

19 lines
725 B
Plaintext
Raw Normal View History

2010-02-15 03:40:18 +08:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
1999-12-29 22:20:26 +08: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 22:20:26 +08:00
#include <curl/curl.h>
... style and point the compiler's include path to the directory holding the
2000-03-03 07:12:55 +08: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.