Name Date Size #Lines LOC

..Today-

curl/H18-Apr-2024-

Makefile.amH A D03-Jan-20231.1 KiB293

README.mdH A D03-Jan-2023584 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