Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 383 Bytes

libcurl-headers.md

File metadata and controls

11 lines (7 loc) · 383 Bytes

Header files

There is only ever one header your libcurl using application needs to include:

#include <curl/curl.h>

That file in turn includes a few other public header files but you can basically pretend they don't exist. (Historically speaking, we started out slightly different but over time we have stabilized around this form of only using a single one for includes.)