#include int main() { CURL *curl = curl_easy_init(); if(curl) { curl_easy_cleanup(curl); } return 0; }