curl/include
Randall S. Becker 1e52285335 system.h: support 64-bit curl_off_t for NonStop 32-bit
- Correctly define curl_off_t on NonStop (ie __TANDEM) ia64 and x86 for
  32-bit builds.

Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca>

Closes https://github.com/curl/curl/pull/9817
2022-10-27 16:55:44 -04:00
..
curl system.h: support 64-bit curl_off_t for NonStop 32-bit 2022-10-27 16:55:44 -04:00
Makefile.am copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
README.md copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00

include

Public 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...

#include <curl/curl.h>

... style and point the compiler's include path to the directory holding the 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.