File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / include / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1:                                   _   _ ____  _
    2:                               ___| | | |  _ \| |
    3:                              / __| | | | |_) | |
    4:                             | (__| |_| |  _ <| |___
    5:                              \___|\___/|_| \_\_____|
    6: 
    7: Include files for libcurl, external users.
    8: 
    9: They're all placed in the curl subdirectory here for better fit in any kind
   10: of environment. You must include files from here using...
   11: 
   12:         #include <curl/curl.h>
   13: 
   14: ... style and point the compiler's include path to the directory holding the
   15: curl subdirectory. It makes it more likely to survive future modifications.
   16: 
   17: The public curl include files can be shared freely between different platforms
   18: and different architectures.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>