• Home
Name Date Size #Lines LOC

..--

curl/06-Mar-2025-6,4003,507

Makefile.amD06-Mar-20251.1 KiB293

Makefile.inD06-Mar-202523.5 KiB776670

README.mdD06-Mar-2025584 219

README.md

1<!--
2Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3
4SPDX-License-Identifier: curl
5-->
6
7# include
8
9Public include files for libcurl, external users.
10
11They're all placed in the curl subdirectory here for better fit in any kind of
12environment. You must include files from here using...
13
14    #include <curl/curl.h>
15
16... style and point the compiler's include path to the directory holding the
17curl subdirectory. It makes it more likely to survive future modifications.
18
19The public curl include files can be shared freely between different platforms
20and different architectures.
21