Skip to content

Commit

Permalink
Add libcurl files
Browse files Browse the repository at this point in the history
  • Loading branch information
axblk committed May 31, 2024
1 parent 3945688 commit 8dfb4d5
Show file tree
Hide file tree
Showing 28 changed files with 5,589 additions and 0 deletions.
20 changes: 20 additions & 0 deletions other/curl/include/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
-->

# 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.
Loading

0 comments on commit 8dfb4d5

Please sign in to comment.